HttpResponseHeaders.Location Property
Gets or sets {insert text here}.
Namespace: System.Net.Http.Headers
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Property Location As Uri
Get
Set
'Usage
Dim instance As HttpResponseHeaders
Dim value As Uri
value = instance.Location
instance.Location = value
public Uri Location { get; set; }
public:
property Uri^ Location {
Uri^ get ();
void set (Uri^ value);
}
member Location : Uri with get, set
function get Location () : Uri
function set Location (value : Uri)
Property Value
Type: System.Uri