Discuss this help topic in SecureBlackbox Forum

TElSocket.WebTunnelUserId

TElSocket     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     UseWebTunneling     WebTunnelAddress     WebTunnelAuthentication     WebTunnelPassword     WebTunnelPort    

Discuss this help topic in SecureBlackbox Forum