RequestNotification Enumeration
.NET Framework 3.0
This enumeration supports the ASP.NET infrastructure and is not intended to be used directly from your code.
Assembly: System.Web (in system.web.dll)
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.WebAssembly: System.Web (in system.web.dll)
| Member name | Description | |
|---|---|---|
| AcquireRequestState | Indicates that the AcquireRequestState event was raised for the request and is processing. | |
| AuthenticateRequest | This member supports the ASP.NET infrastructure and is not intended to be used directly from your code. | |
| AuthorizeRequest | This member supports the ASP.NET infrastructure and is not intended to be used directly from your code. | |
| BeginRequest | This member supports the ASP.NET infrastructure and is not intended to be used directly from your code. | |
| EndRequest | This member supports the ASP.NET infrastructure and is not intended to be used directly from your code. | |
| ExecuteRequestHandler | This member supports the ASP.NET infrastructure and is not intended to be used directly from your code. | |
| LogRequest | This member supports the ASP.NET infrastructure and is not intended to be used directly from your code. | |
| MapRequestHandler | This member supports the ASP.NET infrastructure and is not intended to be used directly from your code. | |
| PreExecuteRequestHandler | This member supports the ASP.NET infrastructure and is not intended to be used directly from your code. | |
| ReleaseRequestState | This member supports the ASP.NET infrastructure and is not intended to be used directly from your code. | |
| ResolveRequestCache | This member supports the ASP.NET infrastructure and is not intended to be used directly from your code. | |
| SendResponse | This member supports the ASP.NET infrastructure and is not intended to be used directly from your code. | |
| UpdateRequestCache | This member supports the ASP.NET infrastructure and is not intended to be used directly from your code. |
Community Additions
ADD
Show: