The Uri of the resource that receives requests sent by the current instance.
The Uri object passed to System.Net.HttpWebRequest by the call to WebRequest.Create(string).
Following a redirection header does not change the HttpWebRequest.RequestUri property. To get the actual URI that responded to the request, examine the HttpWebRequest.Address property.