Discuss this help topic in SecureBlackbox Forum
Specifies the port to connect to.
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)
Description
Use this property to specify the port on HTTP proxy server to connect to.
Discuss this help topic in SecureBlackbox Forum