Discuss this help topic in SecureBlackbox Forum
Content-Type header of the message.
Declaration
[C#/Java]
string ContentType;
[VB.NET]
Property ContentType As String
[Pascal]
property ContentType : string;
[C++]
void get_ContentType(std::string &OutResult);
void set_ContentType(const std::string &Value);
[PHP]
string get_ContentType()
void set_ContentType(string $Value)
Description
This property specifies Content-Type header of HTTP message (please see the RFC #2616 for further information).
Discuss this help topic in SecureBlackbox Forum