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