Discuss this help topic in SecureBlackbox Forum
Specifies the proxy server port.
Declaration
[C#/Java]
int HTTPProxyPort;
[VB.NET]
Property HTTPProxyPort As Integer
[Pascal]
property HTTPProxyPort: integer;
[C++]
int32_t get_HTTPProxyPort();
void set_HTTPProxyPort(int32_t Value);
[PHP]
integer get_HTTPProxyPort()
void set_HTTPProxyPort(integer $Value)
Description
Specifies the proxy server port to connect to.
Discuss this help topic in SecureBlackbox Forum