Discuss this help topic in SecureBlackbox Forum
Specifies the password to access the HTTP Proxy server.
Declaration
[C#]
string WebTunnelPassword;
[VB.NET]
Property WebTunnelPassword As String
[Pascal]
property WebTunnelPassword : string;
[C++]
void get_WebTunnelPassword(std::string &OutResult);
void set_WebTunnelPassword(const std::string &Value);
[PHP]
string get_WebTunnelPassword()
void set_WebTunnelPassword(string $Value)
[Java]
String getWebTunnelPassword();
void setWebTunnelPassword(String Value);
Description
This property specifies the password to access the HTTP Proxy server.
This property is used only when UseWebTunneling is set and WebTunnelAuthentication is wtaUsercode.
Discuss this help topic in SecureBlackbox Forum