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