Discuss this help topic in SecureBlackbox Forum

TElBaseSocketClient.SocksPort

TElBaseSocketClient     See also     


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


Specifies the port bound for the SOCKS server.

Declaration

[C#]
    int SocksPort;

[VB.NET]
    Property SocksPort As Integer

[Pascal]
    property SocksPort : Integer;

[C++]
    int32_t get_SocksPort();
    void set_SocksPort(int32_t Value);

[PHP]
    integer get_SocksPort()
    void set_SocksPort(integer $Value)

[Java]
    int getSocksPort();
    void setSocksPort(int Value);

Description

Specifies the port that SOCKS server is bound to. This property is used only when UseSocks is set. The default value is 1080.

See also:     SocksAuthentication     UseSocks    

Discuss this help topic in SecureBlackbox Forum