Discuss this help topic in SecureBlackbox Forum
Specifies the Username header of HTTP request.
Declaration
[VB.NET]
Property Username As String
[Pascal]
property Username : string;
[C++]
void get_Username(std::string &OutResult);
void set_Username(const std::string &Value);
[PHP]
string get_Username()
void set_Username(string $Value)
[Java]
String getUsername();
void setUsername(String Value);
Description
This property specifies the Username header of HTTP request (please see the RFC #2616 for further information).
Discuss this help topic in SecureBlackbox Forum