Discuss this help topic in SecureBlackbox Forum

TElRESTClient.ResponseType

TElRESTClient     See also     


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


Specifies the content-type of the server's response.

Declaration

[C#]
    TSBRESTResponseType ResponseType;

[VB.NET]
    Property ResponseType As TSBRESTResponseType

[Pascal]
    property ResponseType : TSBRESTResponseType;

[C++]
    TSBRESTResponseType get_ResponseType();

[PHP]
    integer get_ResponseType()

[Java]
    short getResponseType();

Values

Description

    Use this property to get the content-type of the server's response. Depending on the response type, its content can be fetched via the corresponding Response* property.

See also:     ResponseJSON     ResponseText     ResponseXML    

Discuss this help topic in SecureBlackbox Forum