Discuss this help topic in SecureBlackbox Forum

TElHTTPCustomRequestParams.AcceptCharset

TElHTTPCustomRequestParams     See also     


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


Specifies the AcceptCharset header of HTTP request.

Declaration

[C#]
    string AcceptCharset;

[VB.NET]
    Property AcceptCharset As String

[Pascal]
    property AcceptCharset : string;

[C++]
    void get_AcceptCharset(std::string &OutResult);
    void set_AcceptCharset(const std::string &Value);

[PHP]
    string get_AcceptCharset()
    void set_AcceptCharset(string $Value)

[Java]
    String getAcceptCharset();
    void setAcceptCharset(String Value);

Description

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

See also:     Accept     AcceptLanguage     AcceptRanges    

Discuss this help topic in SecureBlackbox Forum