PostRequestEventArgs Class
Provides data for the WebTestRequest::PostRequest and WebTest::PostRequest events.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
System::EventArgs
Microsoft.VisualStudio.TestTools.WebTesting::PostRequestEventArgs
Microsoft.VisualStudio.TestTools.WebTesting::PostPageEventArgs
| Name | Description | |
|---|---|---|
![]() | Request | Gets the WebTestRequest that is the source of the PostRequest event. |
![]() | Response | Gets the WebTestResponse that is generated by the request. |
![]() | ResponseExists | Gets a value that indicates whether a response exists. |
![]() | WebTest | Gets the WebTest that contains the request. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
This provides a reference to the WebTest that generated the PostRequest event, the WebTestRequest that is the source of the request, and the WebTestResponse that is generated by the request.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


