HttpApplication Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| AddOnAcquireRequestStateAsync | Overloaded. Adds the specified AcquireRequestState event to the collection of asynchronous AcquireRequestState event handlers for the current request. |
| AddOnAuthenticateRequestAsync | Overloaded. Adds the specified AuthenticateRequest event to the collection of asynchronous AuthenticateRequest event handlers for the current request. |
| AddOnAuthorizeRequestAsync | Overloaded. Adds the specified AuthorizeRequest event to the collection of asynchronous AuthorizeRequest event handlers for the current request. |
| AddOnBeginRequestAsync | Overloaded. Adds the specified BeginRequest event to the collection of asynchronous BeginRequest event handlers for the current request. |
| AddOnEndRequestAsync | Overloaded. Adds the specified EndRequest event to the collection of asynchronous EndRequest event handlers for the current request. |
| AddOnPostAcquireRequestStateAsync | Overloaded. Adds the specified PostAcquireRequestState event to the collection of asynchronous PostAcquireRequestState event handlers for the current request. |
| AddOnPostAuthenticateRequestAsync | Overloaded. Adds the specified AddOnPostAcquireRequestStateAsync event to the collection of asynchronous PostAuthenticateRequest event handlers for the current request. |
| AddOnPostAuthorizeRequestAsync | Overloaded. Adds the specified PostAuthorizeRequest event to the collection of asynchronous PostAuthorizeRequest event handlers for the current request. |
| AddOnPostMapRequestHandlerAsync | Overloaded. Adds the specified PostMapRequestHandler event to the collection of asynchronous PostMapRequestHandler event handlers for the current request. |
| AddOnPostReleaseRequestStateAsync | Overloaded. Adds the specified PostReleaseRequestState event to the collection of asynchronous PostReleaseRequestState event handlers for the current request. |
| AddOnPostRequestHandlerExecuteAsync | Overloaded. Adds the specified PostRequestHandlerExecute event to the collection of asynchronous PostRequestHandlerExecute event handlers for the current request. |
| AddOnPostResolveRequestCacheAsync | Overloaded. Adds the specified PostResolveRequestCache event to the collection of asynchronous PostResolveRequestCache event handlers for the current request. |
| AddOnPostUpdateRequestCacheAsync | Overloaded. Adds the specified PostUpdateRequestCache event to the collection of asynchronous PostUpdateRequestCache event handlers for the current request. |
| AddOnPreRequestHandlerExecuteAsync | Overloaded. Adds the specified PreRequestHandlerExecute event to the collection of asynchronous PreRequestHandlerExecute event handlers for the current request. |
| AddOnReleaseRequestStateAsync | Overloaded. Adds the specified ReleaseRequestState event to the collection of asynchronous ReleaseRequestState event handlers for the current request. |
| AddOnResolveRequestCacheAsync | Overloaded. Adds the specified ResolveRequestCache event handler to the collection of asynchronous ResolveRequestCache event handlers for the current request. |
| AddOnUpdateRequestCacheAsync | Overloaded. Adds the specified UpdateRequestCache event to the collection of asynchronous UpdateRequestCache event handlers for the current request. |
| CompleteRequest | Causes ASP.NET to bypass all events and filtering in the HTTP pipeline chain of execution and directly execute the EndRequest event. |
| Dispose | Disposes the HttpApplication instance. |
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| GetVaryByCustomString | Provides an application-wide implementation of the VaryByCustom property. |
| Init | Executes custom initialization code after all event handler modules have been added. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| System.Web.IHttpAsyncHandler.BeginProcessRequest | Initiates an asynchronous call to the HTTP event handler. |
| System.Web.IHttpAsyncHandler.EndProcessRequest | Provides an asynchronous process End method when the process completes. |
| System.Web.IHttpHandler.ProcessRequest | Enables processing of HTTP Web requests by a custom HTTP handler that implements the IHttpHandler interface. |
Community Additions
ADD
Show: