Discuss this help topic in SecureBlackbox Forum
Specifies response content type.
Declaration
[C#]
string ResponseContentType;
[VB.NET]
Property ResponseContentType As String
[Pascal]
property ResponseContentType : string;
[C++]
void get_ResponseContentType(std::string &OutResult);
void set_ResponseContentType(const std::string &Value);
[PHP]
string get_ResponseContentType()
void set_ResponseContentType(string $Value)
[Java]
String getResponseContentType();
void setResponseContentType(String Value);
Description
Use this property to specify server's response content type.
The default value is
'application/xml'.
Discuss this help topic in SecureBlackbox Forum