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.

WebTest::WebProxy Property

 

Gets or sets the Web proxy for this Web performance test to use.

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

public:
property IWebProxy^ WebProxy {
	IWebProxy^ get();
	void set(IWebProxy^ value);
}

Property Value

Type: System.Net::IWebProxy^

An IWebProxy object.

Return to top
Show: