Discuss this help topic in SecureBlackbox Forum

TElCustomSimpleSSLClient.SocksVersion

TElCustomSimpleSSLClient     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);

TElSocksVersion values

Description

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

See also:     UseSocks    

Discuss this help topic in SecureBlackbox Forum