Discuss this help topic in SecureBlackbox Forum

TElHTTPSClient.HTTPProxyPassword

TElHTTPSClient     See also     


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


Specifies the Password for intermediate proxy server

Declaration

[C#]
    string HTTPProxyPassword;

[VB.NET]
    Property HTTPProxyPassword As String

[Pascal]
    property HTTPProxyPassword : string;

[C++]
    void get_HTTPProxyPassword(std::string &OutResult);
    void set_HTTPProxyPassword(const std::string &Value);

[PHP]
    string get_HTTPProxyPassword()
    void set_HTTPProxyPassword(string $Value)

[Java]
    String getHTTPProxyPassword();
    void setHTTPProxyPassword(String Value);

Description

    This property specifies the Password for intermediate proxy server

See also:     HTTPProxyHost     HTTPProxyPort     HTTPProxyUsername     UseHTTPProxy    

Discuss this help topic in SecureBlackbox Forum