RequestEvents Fields |
The RequestEvents type exposes the following members.
Name | Description | |
---|---|---|
AcquireRequestState |
Fires upon the acquiring request state
| |
Authenticate |
Fires upon the request authentication
| |
Authorize |
Fires upon the request authorization
| |
Begin |
Fires when the request starts
| |
End |
Fires when the request ends. Last chance to influence what is being sent to the client.
| |
Finalize |
Fires when the request is finalized. Use to cleanup and release any resources used by the request.
| |
MapRequestHandler |
Fires upon the request handler mapping
| |
PostAcquireRequestState |
Fires after the acquiring request state
| |
PostAuthorize |
Fires upon the post request authorization
| |
PostMapRequestHandler |
Fires after the request handler mapping
| |
Prepare |
Fires before the request begins. Use for operations that need to execute before the request begins, e.g. setup the request database context.
| |
RunEndRequestTasks |
Fires when the request may perform the background tasks. Use for any background tasks that should execute at the end of the request, but do not influence the response to the client.
|