Discuss this help topic in SecureBlackbox Forum

TElHTTPServerResponseParams.Location

TElHTTPServerResponseParams     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Contains the Location response-header.

Declaration

[C#]
    string Location;

[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