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.

SPLTPT_MTSL_ResolveNestedContextParms Class

 

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

System::Object
  Microsoft.VisualStudio.TestTools.WebTesting::WebTestRequestPlugin
    Microsoft.VisualStudio.TestTools.WebTesting.RequestPlugins::SPLTPT_MTSL_ResolveNestedContextParms

public ref class SPLTPT_MTSL_ResolveNestedContextParms : WebTestRequestPlugin

NameDescription
System_CAPS_pubmethodSPLTPT_MTSL_ResolveNestedContextParms()

Initializes a new instance of the SPLTPT_MTSL_ResolveNestedContextParms class.

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_pubmethodPostRequest(Object^, PostRequestEventArgs^)

When overridden in a derived class, this method is run every time a request finishes before dependent requests are run. This allows the callback to obtain runtime information about the request.(Inherited from WebTestRequestPlugin.)

System_CAPS_pubmethodPreRequest(Object^, PreRequestEventArgs^)

When overridden in a derived class, this method allows outside code to affect the request. (Inherited from WebTestRequestPlugin.)

System_CAPS_pubmethodPreRequestDataBinding(Object^, PreRequestDataBindingEventArgs^)
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: