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.

GuidGeneratorWebTestPlugin Class

 

Namespace:   Microsoft.SystemCenter.Cloud.GsmPlugins
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

System::Object
  Microsoft.VisualStudio.TestTools.WebTesting::WebTestPlugin
    Microsoft.SystemCenter.Cloud.GsmPlugins::GuidGeneratorWebTestPlugin

public ref class GuidGeneratorWebTestPlugin : WebTestPlugin

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^)

When overridden in a derived class, represents the method that will handle the event associated with the completion of an HTTP request.(Inherited from WebTestPlugin.)

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^)

When overridden in a derived class, represents the method that will handle the event associated with the start of an HTTP request.(Inherited from WebTestPlugin.)

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^)
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: