Discuss this help topic in SecureBlackbox Forum

TElSAMLEndpointType.Location

TElSAMLEndpointType     See also     


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


Specifies the location of this endpoint

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

Use this property to specify the location of this endpoint. The syntax of this URI depends on Binding.

See also:     Binding     ResponseLocation    

Discuss this help topic in SecureBlackbox Forum