ProtocolEndpoint.ResponseLocation Property

Definition

Gets or sets the response location. This is an optional element.

public:
 property Uri ^ ResponseLocation { Uri ^ get(); void set(Uri ^ value); };
public Uri ResponseLocation { get; set; }
member this.ResponseLocation : Uri with get, set
Public Property ResponseLocation As Uri

Property Value

Uri

The URI that represents the response location for the current instance. The default is null.

Applies to