Discuss this help topic in SecureBlackbox Forum
Location of the last response in this session.
Declaration
[C#]
string ResponseLocation;
[VB.NET]
Property ResponseLocation As String
[Pascal]
property ResponseLocation : string;
[C++]
void get_ResponseLocation(std::string &OutResult);
void set_ResponseLocation(const std::string &Value);
[PHP]
string get_ResponseLocation()
void set_ResponseLocation(string $Value)
[Java]
String getResponseLocation();
void setResponseLocation(String Value);
Description
This property specifies the location of the last response in this session.
Discuss this help topic in SecureBlackbox Forum