Discuss this help topic in SecureBlackbox Forum

TElSocket.SocksPort

TElSocket     See also     


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


Specifies the port being 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.
    Default value is 1080.
    This property is used only when UseSocks is set.

See also:     UseSocks     SocksAuthentication     SocksPassword     SocksServer     SocksVersion     SocksUserCode     SocksResolveAddress    

Discuss this help topic in SecureBlackbox Forum