HttpWebRequest::RequestUri Property
Gets the original Uniform Resource Identifier (URI) of the request.
Assembly: System (in System.dll)
Property Value
Type: System::UriA Uri that contains the URI of the Internet resource passed to the WebRequest::Create method.
The Uri object passed to HttpWebRequest by the call to WebRequest::Create.
Following a redirection header does not change the RequestUri property. To get the actual URI that responded to the request, examine the Address property.
The following code example checks to see if the HttpWebRequest object req was redirected to another location to fulfill the request, and sets the value of the hasChanged variable to true if the request was redirected; otherwise, hasChanged is set to false.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.