This topic has not yet been rated - Rate this topic

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)

public class PostRequestEventArgs : EventArgs
public class PostRequestEventArgs extends EventArgs
public class PostRequestEventArgs extends EventArgs

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.

System.Object
   System.EventArgs
    Microsoft.VisualStudio.TestTools.WebTesting.PostRequestEventArgs
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.