Discuss this help topic in SecureBlackbox Forum
Specifies the Accept header of HTTP request.
Declaration
[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).
Discuss this help topic in SecureBlackbox Forum