Discuss this help topic in SecureBlackbox Forum
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).
Discuss this help topic in SecureBlackbox Forum