This topic has not yet been rated - Rate this topic

WebTestRequestPlugin.PostRequest Method

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

Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in microsoft.visualstudio.qualitytools.webtestframework.dll)

public abstract void PostRequest (
	Object sender,
	PostRequestEventArgs e
)
public abstract void PostRequest (
	Object sender, 
	PostRequestEventArgs e
)
public abstract function PostRequest (
	sender : Object, 
	e : PostRequestEventArgs
)

Parameters

sender

The object that fired the event.

e

A PostRequestEventArgs object.

This is called immediately after a request is run.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ