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.

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

 

Represents the method that will handle the event associated with the completion of an HTTP 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
) override

Parameters

sender
Type: System::Object^

The source of the event.

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

A PostRequestEventArgs that contains the event data.

Return to top
Show: