Discuss this help topic in SecureBlackbox Forum
Specifies the proxy server port.
Declaration
[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)
[Java]
int getHTTPProxyPort();
void setHTTPProxyPort(int Value);
Description
Specifies the proxy server port to connect to.
Discuss this help topic in SecureBlackbox Forum