Discuss this help topic in SecureBlackbox Forum

TElHTTPCustomRequestParams.Password

TElHTTPCustomRequestParams     See also     


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


Specifies the Password header of HTTP request.

Declaration

[C#]
    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)

[Java]
    String getPassword();
    void setPassword(String Value);

Description

    This property specifies the Password header of HTTP request (please see the RFC #2616 for further information).

See also:     Username    

Discuss this help topic in SecureBlackbox Forum