WebTestRequestPluginConverter Class
Class to convert webtests from Visual Studio 2005. Not intended for use by user written code.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Microsoft.VisualStudio.TestTools.WebTesting::WebTestPlugin
Microsoft.VisualStudio.TestTools.WebTesting::WebTestRequestPluginConverter
| Name | Description | |
|---|---|---|
![]() | WebTestRequestPluginConverter() | Initializes a new instance of the WebTestRequestPluginConverter class. |
| Name | Description | |
|---|---|---|
![]() | ClassName | Gets or sets the class name. |
![]() | WebTestRequestPlugin | Gets the WebTestRequestPlugin. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | PostPage(Object^, PostPageEventArgs^) | When overridden in a derived class, represents the method that will handle the event associated with the completion of a Web page.(Inherited from WebTestPlugin.) |
![]() | PostRequest(Object^, PostRequestEventArgs^) | Represents the method that will handle the event associated with the completion of an HTTP request.(Overrides WebTestPlugin::PostRequest(Object^, PostRequestEventArgs^).) |
![]() | PostTransaction(Object^, PostTransactionEventArgs^) | When overridden in a derived class, represents the method that will handle the event associated with the completion of a transaction that is defined in the Web performance test.(Inherited from WebTestPlugin.) |
![]() | PostWebTest(Object^, PostWebTestEventArgs^) | When overridden in a derived class, represents the method that will handle the event associated with the end of a Web performance test.(Inherited from WebTestPlugin.) |
![]() | PrePage(Object^, PrePageEventArgs^) | When overridden in a derived class, represents the method that will handle the event associated with the start of a Web page.(Inherited from WebTestPlugin.) |
![]() | PreRequest(Object^, PreRequestEventArgs^) | Represents the method that will handle the event associated with the start of an HTTP request.(Overrides WebTestPlugin::PreRequest(Object^, PreRequestEventArgs^).) |
![]() | PreRequestDataBinding(Object^, PreRequestDataBindingEventArgs^) | (Inherited from WebTestPlugin.) |
![]() | PreTransaction(Object^, PreTransactionEventArgs^) | When overridden in a derived class, represents the method that will handle the event associated with the start of a transaction that is defined in the Web performance test.(Inherited from WebTestPlugin.) |
![]() | PreWebTest(Object^, PreWebTestEventArgs^) | When overridden in a derived class, represents the method that will handle the event associated with the start of a Web performance test.(Inherited from WebTestPlugin.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


