This topic has not yet been rated - Rate this topic

WebTestRequestPlugin Class

Receives notifications before and after a request is processed.

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

public abstract class WebTestRequestPlugin
public abstract class WebTestRequestPlugin
public abstract class WebTestRequestPlugin

Classes derived from WebTestRequestPlugin can access the WebTest and WebTestRequest from the PostRequest and PreRequest event handlers. Additionally, the WebTestResponse can be accessed by using the PostRequest event handler.

This class must be inherited to access the functionality.

Notes to Inheritors When you inherit from WebTestRequestPlugin , you must override PostRequest and PreRequest.

System.Object
  Microsoft.VisualStudio.TestTools.WebTesting.WebTestRequestPlugin
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ