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

System.Net.HttpWebRequest.RequestUri Property

Gets the Uri of the resource that receives requests sent by the current instance. [Edit]

public override Uri RequestUri { get; }

Value

The Uri of the resource that receives requests sent by the current instance. [Edit]

Remarks

This property is read-only.

This property is the Uri instance passed to the current instance via the WebRequest.Create(Uri, bool) method.

Note:

Following a redirection header does not change the HttpWebRequest.RequestUri property. The URI of the resource that actually responded to the current instance is contained by HttpWebRequest.Address property of the current instance.

This property overrides WebRequest.RequestUri.

[Edit]

Requirements

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