Discuss this help topic in SecureBlackbox Forum
Specifies port on the proxy server.
Declaration
[VB.NET]
Property Port As Integer
[Pascal]
property Port: Integer;
[C++]
int32_t get_Port();
void set_Port(int32_t Value);
[PHP]
integer get_Port()
void set_Port(integer $Value)
[Java]
int getPort();
void setPort(int Value);
Description
Use this property to specify port on the proxy server.
Discuss this help topic in SecureBlackbox Forum