Discuss this help topic in SecureBlackbox Forum
Returns the server's response.
Declaration
[C#]
string ResponseText;
[VB.NET]
Property ResponseText As String
[Pascal]
property ResponseText : string;
[C++]
void get_ResponseText(std::string &OutResult);
[PHP]
string get_ResponseText()
[Java]
String getResponseText();
Description
Use this property to retrieve the content of the server's response in textual form.
Discuss this help topic in SecureBlackbox Forum