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::PostRequest Event

 

Occurs after each request that this Web performance test runs.

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

public:
event EventHandler<PostRequestEventArgs^>^ PostRequest {
	void add(EventHandler<PostRequestEventArgs^>^ value);
	void remove(EventHandler<PostRequestEventArgs^>^ value);
}

For more information about how to handle events, see .01e4f1bc-e55e-413f-98c7-6588493e5f67

Return to top
Show: