Discuss this help topic in SecureBlackbox Forum
Specifies the address of the HTTP Proxy server.
Declaration
[C#]
string WebTunnelAddress;
[VB.NET]
Property WebTunnelAddress As String
[Pascal]
property WebTunnelAddress: string;
[C++]
void get_WebTunnelAddress(std::string &OutResult);
void set_WebTunnelAddress(const std::string &Value);
[PHP]
string get_WebTunnelAddress()
void set_WebTunnelAddress(string $Value)
[Java]
String getWebTunnelAddress();
void setWebTunnelAddress(String Value);
Description
This property specifies the IP address or host name of the HTTP Proxy server.
This property is used only when
UseWebTunneling is set.
Discuss this help topic in SecureBlackbox Forum