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