Discuss this help topic in SecureBlackbox Forum

TElHTTPCustomRequestParams.Accept

TElHTTPCustomRequestParams     See also     


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


Specifies the Accept header of HTTP request.

Declaration

[C#]
    string Accept;

[VB.NET]
    Property Accept As String

[Pascal]
    property Accept : string;

[C++]
    void get_Accept(std::string &OutResult);
    void set_Accept(const std::string &Value);

[PHP]
    string get_Accept()
    void set_Accept(string $Value)

[Java]
    String getAccept();
    void setAccept(String Value);

Description

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

See also:     AcceptCharset     Acceptlanguage    

Discuss this help topic in SecureBlackbox Forum