WebTestRequestPluginConverter Class

Class to convert webtests from Visual Studio 2005. Not intended for use by user written code.

Inheritance Hierarchy

System.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
Public method WebTestRequestPluginConverter Initializes a new instance of the WebTestRequestPluginConverter class.

Top

Properties

  Name Description
Public property ClassName Gets or sets the class name.
Public property WebTestRequestPlugin Gets the WebTestRequestPlugin.

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method 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.)
Public method PostRequest Represents the method that will handle the event associated with the completion of an HTTP request. (Overrides WebTestPlugin.PostRequest(Object, PostRequestEventArgs).)
Public method 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.)
Public method 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.)
Public method 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.)
Public method PreRequest Represents the method that will handle the event associated with the start of an HTTP request. (Overrides WebTestPlugin.PreRequest(Object, PreRequestEventArgs).)
Public method 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.)
Public method 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.)
Public method 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.)
Public method 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.

See Also

Reference

Microsoft.VisualStudio.TestTools.WebTesting Namespace