Discuss this help topic in SecureBlackbox Forum

TElHTTPSClient.HTTPProxyUsername

TElHTTPSClient     See also     


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


Specifies the Username for intermediate proxy server

Declaration

[C#]
    string HTTPProxyUsername;

[VB.NET]
    Property HTTPProxyUsername As String

[Pascal]
    property HTTPProxyUsername : string;

[C++]
    void get_HTTPProxyUsername(std::string &OutResult);
    void set_HTTPProxyUsername(const std::string &Value);

[PHP]
    string get_HTTPProxyUsername()
    void set_HTTPProxyUsername(string $Value)

[Java]
    String getHTTPProxyUsername();
    void setHTTPProxyUsername(String Value);

Description

    This property specifies the Username for intermediate proxy server.

See also:     HTTPProxyHost     HTTPProxyPort     HTTPProxyPassword     UseHTTPProxy    

Discuss this help topic in SecureBlackbox Forum