Discuss this help topic in SecureBlackbox Forum

TElSimpleSSHClient.SocksPort

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

See also:     UseSocks     SocksServer     SocksVersion    

Discuss this help topic in SecureBlackbox Forum