Discuss this help topic in SecureBlackbox Forum
Specifies the user id (username) to access the HTTP Proxy server.
Declaration
[C#]
string WebTunnelUserId;
[VB.NET]
Property WebTunnelUserId As String
[Pascal]
property WebTunnelUserId: string;
[C++]
void get_WebTunnelUserId(std::string &OutResult);
void set_WebTunnelUserId(const std::string &Value);
[PHP]
string get_WebTunnelUserId()
void set_WebTunnelUserId(string $Value)
[Java]
String getWebTunnelUserId();
void setWebTunnelUserId(String Value);
Description
This property specifies the user id (username) to access the HTTP Proxy server.
This property is used only when
UseWebTunneling is set
and
WebTunnelAuthentication is set to wtaRequiresAuthentication.
Discuss this help topic in SecureBlackbox Forum