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.

PostPageEventArgs Class

 

Provides data for the WebTest::PostPage event.

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

System::Object
  System::EventArgs
    Microsoft.VisualStudio.TestTools.WebTesting::PostRequestEventArgs
      Microsoft.VisualStudio.TestTools.WebTesting::PostPageEventArgs

public ref class PostPageEventArgs : PostRequestEventArgs

NameDescription
System_CAPS_pubpropertyPageOutcome

Gets a value that indicates the outcome of the page request and response.

System_CAPS_pubpropertyPageStatistics

Gets a WebTestPageStatistics object that contains statistics about the execution of the page.

System_CAPS_pubpropertyRequest

Gets the WebTestRequest that is the source of the PostRequest event.(Inherited from PostRequestEventArgs.)

System_CAPS_pubpropertyResponse

Gets the WebTestResponse that is generated by the request.(Inherited from PostRequestEventArgs.)

System_CAPS_pubpropertyResponseExists

Gets a value that indicates whether a response exists.(Inherited from PostRequestEventArgs.)

System_CAPS_pubpropertyWebTest

Gets the WebTest that contains the request.(Inherited from PostRequestEventArgs.)

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_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: