EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.UseSocks

TElSimpleSSHClient     See also    


 

Specifies whether connection is established via SOCKS server.

 
 

Declaration

[C#]
    bool UseSocks;

[VB.NET]
    Property UseSocks As Boolean

[Pascal]
    property UseSocks: Boolean;

[VB6]
    Property IElSimpleSSHClientX2.UseSocks As Boolean

[ActiveX]
    HRESULT _stdcall IElSimpleSSHClientX2.UseSocks([in] VARIANT_BOOL Value );
    HRESULT _stdcall IElSimpleSSHClientX2.UseSocks([in] VARIANT_BOOL Value );

[DLL]
    not implemented;
 
 

Description

    This property defines whether the connection is established directly (when UseSocks is false) or via SOCKS server (when UseSocks is true).
    Default value is False.

 
 

See also:     SocksServer     SocksPort     SocksVersion    

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