Discuss this help topic in SecureBlackbox Forum
Specifies password for HTTP proxy.
Declaration
[C#/Java]
string Password;
[VB.NET]
Property Password As String
[Pascal]
property Password: string;
[C++]
void get_Password(std::string &OutResult);
void set_Password(const std::string &Value);
[PHP]
string get_Password()
void set_Password(string $Value)
Description
Use this property to specify password to authenticate to HTTP proxy.
Discuss this help topic in SecureBlackbox Forum