Discuss this help topic in SecureBlackbox Forum

TElHTTPCustomRequestParams.Authorization

TElHTTPCustomRequestParams     


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


Specifies the Authorization header of HTTP request.

Declaration

[C#]
    string Authorization;

[VB.NET]
    Property Authorization As String

[Pascal]
    property Authorization : string;

[C++]
    void get_Authorization(std::string &OutResult);
    void set_Authorization(const std::string &Value);

[PHP]
    string get_Authorization()
    void set_Authorization(string $Value)

[Java]
    String getAuthorization();
    void setAuthorization(String Value);

Description

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

Discuss this help topic in SecureBlackbox Forum