PostRequestEventArgs Class
Provides data for the WebTestRequest.PostRequest and WebTest.PostRequest events.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Class PostRequestEventArgs _
Inherits EventArgs
'Usage
Dim instance As PostRequestEventArgs
public class PostRequestEventArgs : EventArgs
public ref class PostRequestEventArgs : public EventArgs
public class PostRequestEventArgs extends EventArgs
Remarks
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.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.VisualStudio.TestTools.WebTesting.PostRequestEventArgs
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.
See Also
Reference
Microsoft.VisualStudio.TestTools.WebTesting Namespace