Discuss this help topic in SecureBlackbox Forum

TElWebDAVServer.ResponseContentType

TElWebDAVServer     See also     


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


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'.

See also:     OnResponse    

Discuss this help topic in SecureBlackbox Forum