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.
Represents the method that will handle the event associated with the completion of an HTTP request.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Overrides Sub PostRequest ( _
sender As Object, _
e As PostRequestEventArgs _
)
public override void PostRequest(
Object sender,
PostRequestEventArgs e
)
public:
virtual void PostRequest(
Object^ sender,
PostRequestEventArgs^ e
) override
abstract PostRequest :
sender:Object *
e:PostRequestEventArgs -> unit
override PostRequest :
sender:Object *
e:PostRequestEventArgs -> unit
public override function PostRequest(
sender : Object,
e : PostRequestEventArgs
)
Parameters
- sender
Type: System.Object
The source of the event.
- e
Type: Microsoft.VisualStudio.TestTools.WebTesting.PostRequestEventArgs
A PostRequestEventArgs that contains the event data.
.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.