Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.