Discuss this help topic in SecureBlackbox Forum

TElSocket.SocksVersion

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

Possible values:

Description

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

See also:     UseSocks     SocksPort     SocksAuthentication     SocksPassword     SocksResolveAddress     SocksServer     SocksUserCode    

Discuss this help topic in SecureBlackbox Forum