NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpWebRequest.Address

Gets the URI that actually responded to the request.

[Visual Basic]
Public ReadOnly Property Address As URI
[C#]
public URI Address {get;}
[C++]
public: __property URI* get_Address();
[JScript]
public function get Address() : URI;

Remarks

Address is set to the URI that actually responds to a request, after all redirections that may happen during the request are complete.

The URI of the original request is kept in RequestURI.

See Also

HttpWebRequest Class | HttpWebRequest Members | System.Net Namespace