Discuss this help topic in SecureBlackbox Forum
This property contains last reply received from server.
Declaration
[VB.NET]
Property LastReply As String
[Pascal]
property LastReply: string;
[C++]
void get_LastReply(std::string &OutResult);
[PHP]
string get_LastReply()
[Java]
String getLastReply();
Description
Use this read-only property to get last reply received from the server.
Discuss this help topic in SecureBlackbox Forum