Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum