Mono Class Library: System.Net.HttpWebRequest Overview | MembersSystem.Net.HttpWebRequest.RequestUri Property |
Gets the Uri of the resource that receives requests sent by the current instance. [Edit]
|
The Uri of the resource that receives requests sent by the current instance. [Edit]
This property is read-only.
This property is the Uri instance passed to the current instance via the WebRequest.Create(Uri, bool) method.
Note:[Edit]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.
Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0