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.

WebTestRequestPlugin::PostRequest Method (Object^, PostRequestEventArgs^)

 

When overridden in a derived class, this method is run every time a request finishes before dependent requests are run. This allows the callback to obtain runtime information about the request.

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

public:
virtual void PostRequest(
	Object^ sender,
	PostRequestEventArgs^ e
)

Parameters

sender
Type: System::Object^

The object that fired the event.

e
Type: Microsoft.VisualStudio.TestTools.WebTesting::PostRequestEventArgs^

A PostRequestEventArgs object.

This is called immediately after a request is run.

Return to top
Show: