IncomingWebResponseContext.Location Property

Definition

Gets the location header from the incoming Web response.

public:
 property System::String ^ Location { System::String ^ get(); };
public string Location { get; }
member this.Location : string
Public ReadOnly Property Location As String

Property Value

The location header from the incoming Web response.

Applies to