Discuss this help topic in SecureBlackbox Forum
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
Discuss this help topic in SecureBlackbox Forum