Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WebTestRequestPluginConverter Class

 

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

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

System::Object
  Microsoft.VisualStudio.TestTools.WebTesting::WebTestPlugin
    Microsoft.VisualStudio.TestTools.WebTesting::WebTestRequestPluginConverter

public ref class WebTestRequestPluginConverter : WebTestPlugin

NameDescription
System_CAPS_pubmethodWebTestRequestPluginConverter()

Initializes a new instance of the WebTestRequestPluginConverter class.

NameDescription
System_CAPS_pubpropertyClassName

Gets or sets the class name.

System_CAPS_pubpropertyWebTestRequestPlugin

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodPostPage(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.)

System_CAPS_pubmethodPostRequest(Object^, PostRequestEventArgs^)

Represents the method that will handle the event associated with the completion of an HTTP request.(Overrides WebTestPlugin::PostRequest(Object^, PostRequestEventArgs^).)

System_CAPS_pubmethodPostTransaction(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.)

System_CAPS_pubmethodPostWebTest(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.)

System_CAPS_pubmethodPrePage(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.)

System_CAPS_pubmethodPreRequest(Object^, PreRequestEventArgs^)

Represents the method that will handle the event associated with the start of an HTTP request.(Overrides WebTestPlugin::PreRequest(Object^, PreRequestEventArgs^).)

System_CAPS_pubmethodPreRequestDataBinding(Object^, PreRequestDataBindingEventArgs^)

(Inherited from WebTestPlugin.)

System_CAPS_pubmethodPreTransaction(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.)

System_CAPS_pubmethodPreWebTest(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.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: