Discuss this help topic in SecureBlackbox Forum
Specifies the port bound for the SOCKS server.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum