Discuss this help topic in SecureBlackbox Forum
Specifies the proxy server to connect through.
Declaration
[C#]
string HTTPProxyHost;
[VB.NET]
Property HTTPProxyHost As String
[Pascal]
property HTTPProxyHost : string;
[C++]
void get_HTTPProxyHost(std::string &OutResult);
void set_HTTPProxyHost(const std::string &Value);
[PHP]
string get_HTTPProxyHost()
void set_HTTPProxyHost(string $Value)
[Java]
String getHTTPProxyHost();
void setHTTPProxyHost(String Value);
Description
Specifies the proxy-server host.
If the
UseHTTPProxy
property is set to True, all requests will be passed to this
proxy server.
Discuss this help topic in SecureBlackbox Forum