Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPClient.ClearResponse

TElXMLSOAPClient     See also     


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


Clears the response received from the server.

Declaration

[C#]
    void ClearResponse();

[VB.NET]
    Sub ClearResponse()

[Pascal]
    procedure ClearResponse;

[C++]
    void ClearResponse();

[PHP]
    void ClearResponse()

[Java]
    void clearResponse();

Description

Call this method when you do not need to store server's response anymore.

See also:     ProcessReply    

Discuss this help topic in SecureBlackbox Forum