Discuss this help topic in SecureBlackbox Forum

TElRESTClient.ResponseXML

TElRESTClient     See also     


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


Returns the XML response.

Declaration

[C#]
    TElXMLDOMDocument ResponseXML;

[VB.NET]
    Property ResponseXML As TElXMLDOMDocument

[Pascal]
    property ResponseXML : TElXMLDOMDocument;

[C++]
    TElXMLDOMDocument* get_ResponseXML();

[PHP]
    TElXMLDOMDocument get_ResponseXML()

[Java]
    TElXMLDOMDocument getResponseXML();

Description

    Use this property to retrieve the content of the server's XML response.

See also:     ResponseType     ResponseText     ResponseJSON    

Discuss this help topic in SecureBlackbox Forum