WebTest.PostRequest Event

Occurs after each request that this Web performance test runs.

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

Syntax

'Declaration
Public Event PostRequest As EventHandler(Of PostRequestEventArgs)
public event EventHandler<PostRequestEventArgs> PostRequest
public:
 event EventHandler<PostRequestEventArgs^>^ PostRequest {
    void add (EventHandler<PostRequestEventArgs^>^ value);
    void remove (EventHandler<PostRequestEventArgs^>^ value);
}
member PostRequest : IEvent<EventHandler<PostRequestEventArgs>,
    PostRequestEventArgs>
JScript does not support events.

Remarks

For more information about how to handle events, see Consuming Events.

.NET Framework Security

See Also

Reference

WebTest Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace