Discuss this help topic in SecureBlackbox Forum
Contains the Location response-header.
Declaration
[VB.NET]
Property Location As String
[Pascal]
property Location : string;
[C++]
void get_Location(std::string &OutResult);
void set_Location(const std::string &Value);
[PHP]
string get_Location()
void set_Location(string $Value)
[Java]
String getLocation();
void setLocation(String Value);
Description
This property specifies the Location response header (please see the RFC #2616 for further information).
Discuss this help topic in SecureBlackbox Forum