Discuss this help topic in SecureBlackbox Forum

TElSAMLIDPSession.ResponseLocation

TElSAMLIDPSession     See also     


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


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.

See also:     LastSP    

Discuss this help topic in SecureBlackbox Forum