Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
WebTestRequestPluginConverter | Initializes a new instance of the WebTestRequestPluginConverter class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ClassName | Gets or sets the class name. |
![]() |
WebTestRequestPlugin | Gets the WebTestRequestPlugin. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
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.) |
![]() |
PostRequest | Represents the method that will handle the event associated with the completion of an HTTP request. (Overrides WebTestPlugin.PostRequest(Object, PostRequestEventArgs).) |
![]() |
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.) |
![]() |
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.) |
![]() |
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.) |
![]() |
PreRequest | Represents the method that will handle the event associated with the start of an HTTP request. (Overrides WebTestPlugin.PreRequest(Object, PreRequestEventArgs).) |
![]() |
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.) |
![]() |
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.) |
![]() |
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.) |
![]() |
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.