Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WebTestResponse::ResponseUri Property

 

Gets the URI of the Internet resource that responded to the request.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

public:
property Uri^ ResponseUri {
	Uri^ get();
	internal: void set(Uri^ value);
}

Property Value

Type: System::Uri^

A Uri that contains the URI of the Internet resource that responded to the request.

Exception Condition
ObjectDisposedException

The current instance has been disposed.

The ResponseUri property contains the URI of the internet resource that actually responded to the request. This URI might not be the same as the originally requested URI, if the original server redirected the request.

Return to top
Show: