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

 

These constructors initialize a new instance of the WebTestRequest class.

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

NameDescription
System_CAPS_pubmethodWebTestRequest(String^)

Initializes a new instance of the WebTestRequest class by using a URL string.

System_CAPS_pubmethodWebTestRequest(Uri^)

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

Return to top
Show: