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.

WebTestRequest Constructor (Uri^)

 

Initializes a new instance of the WebTestRequest class by using a Uri object.

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

public:
WebTestRequest(
	Uri^ requestUri
)

Parameters

requestUri
Type: System::Uri^

The Uri object that contains information about the resource that is being tested.

This constructor uses the same default values as the WebTestRequest constructor that takes a string.

Return to top
Show: