Class to convert webtests from Visual Studio 2005. Not intended for use by user written code.
Inheritance Hierarchy
Object
  Microsoft.VisualStudio.TestTools.WebTesting.WebTestPlugin
    Microsoft.VisualStudio.TestTools.WebTesting.WebTestRequestPluginConverter
Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Class WebTestRequestPluginConverter _
    Inherits WebTestPlugin
public class WebTestRequestPluginConverter : WebTestPlugin
public ref class WebTestRequestPluginConverter : public WebTestPlugin
type WebTestRequestPluginConverter =  
    class 
        inherit WebTestPlugin 
    end
public class WebTestRequestPluginConverter extends WebTestPlugin
The WebTestRequestPluginConverter type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | WebTestRequestPluginConverter | Initializes a new instance of the WebTestRequestPluginConverter class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | ClassName | Gets or sets the class name. | 
| .gif) | WebTestRequestPlugin | Gets the WebTestRequestPlugin. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | PostPage | 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.) | 
| .gif) | PostRequest | Represents the method that will handle the event associated with the completion of an HTTP request. (Overrides WebTestPlugin.PostRequest(Object, PostRequestEventArgs).) | 
| .gif) | PostTransaction | 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.) | 
| .gif) | PostWebTest | 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.) | 
| .gif) | PrePage | 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.) | 
| .gif) | PreRequest | Represents the method that will handle the event associated with the start of an HTTP request. (Overrides WebTestPlugin.PreRequest(Object, PreRequestEventArgs).) | 
| .gif) | PreRequestDataBinding | When overridden in a derived class, represents the method that will handle the event associated with the start of a databinding call. (Inherited from WebTestPlugin.) | 
| .gif) | PreTransaction | 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.) | 
| .gif) | PreWebTest | 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.) | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.