Mono Class Library: System.Net.HttpWebRequest Overview | Members

System.Net.HttpWebRequest.Address Property

Gets the URI that responds to the current request. [Edit]

public Uri Address { get; }

Value

A Uri identifying the Internet resource that responds to the current request. The default is the URI used by the WebRequest.Create(Uri, bool) method to initialize the current instance. [Edit]

Remarks

This property is read-only.

The value of this property is set to the URI that is the source of the response after all redirections are complete.

Note: The URI of the original request is kept in the HttpWebRequest.RequestUri property.

[Edit]

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0