Discuss this help topic in SecureBlackbox Forum

TElSimpleSSHClient.SocksVersion

TElSimpleSSHClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the version of SOCKS protocol to be used with the SOCKS server.

Declaration

[C#]
    TElSocksVersion SocksVersion;

[VB.NET]
    Property SocksVersion As TElSocksVersion

[Pascal]
    property SocksVersion: TElSocksVersion;

[C++]
    TElSocksVersion get_SocksVersion();
    void set_SocksVersion(TElSocksVersion Value);

[PHP]
    integer get_SocksVersion()
    void set_SocksVersion(integer $Value)

[Java]
    int getSocksVersion();
    void setSocksVersion(int Value);

Values:

Description

    This property specifies the version of SOCKS protocol to be used with the SOCKS server.
    This property is used only when UseSocks is set.
    Default value is elSocks5.

See also:     UseSocks     SocksServer     SocksPort    

Discuss this help topic in SecureBlackbox Forum