EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.UseWebTunneling

TElSimpleSSHClient     See also    


 

Specifies whether connection is established via HTTP Proxy using HTTP CONNECT method.

 
 

Declaration

[C#]
    bool UseWebTunneling;

[VB.NET]
    Property UseWebTunneling As Boolean

[Pascal]
    property UseWebTunneling: boolean;

[VB6]
    Property IElSimpleSSHClientX2.UseWebTunneling As Boolean

[ActiveX]
    HRESULT _stdcall IElSimpleSSHClientX2.UseWebTunneling([in] VARIANT_BOOL Value );
    HRESULT _stdcall IElSimpleSSHClientX2.UseWebTunneling([out, retval] VARIANT_BOOL * Value );

[DLL]
    not implemented;
 
 

Description

    This property defines whether the connection is established directly (when UseWebTunneling is false) or via HTTP Proxy using HTTP CONNECT (when UseWebTunneling is true).
    Default value is False.

 
 

See also:     WebTunnelAddress     WebTunnelPort     WebTunnelRequestHeaders    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation