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!

HttpWebResponse.ResponseURI

Gets the Uniform Resource Indentifier (URI) of the resource that returned the response.

[Visual Basic]
Overridable Public ReadOnly Property ResponseURI As URI
[C#]
public URI ResponseURI {override get;}
[C++]
public: __property virtual URI* get_ResponseURI();
[JScript]
public function get ResponseURI() : URI;

See Also

HttpWebResponse Class | HttpWebResponse Members | System.Net Namespace