System.Web.HttpApplication: Method Members

The methods of System.Web.HttpApplication are listed below. For a list of all members, see the HttpApplication Members list.

See Also: Inherited members from System.Object

Public Methods

AddOnAcquireRequestStateAsync(BeginEventHandler, EndEventHandler)

Adds the specified HttpApplication.AcquireRequestState event to the collection of asynchronous HttpApplication.AcquireRequestState event handlers for the current request.

AddOnAcquireRequestStateAsync(BeginEventHandler, EndEventHandler, object)

Adds the specified HttpApplication.AcquireRequestState event to the collection of asynchronous HttpApplication.AcquireRequestState event handlers for the current request.

AddOnAuthenticateRequestAsync(BeginEventHandler, EndEventHandler)

Adds the specified HttpApplication.AuthenticateRequest event to the collection of asynchronous HttpApplication.AuthenticateRequest event handlers for the current request.

AddOnAuthenticateRequestAsync(BeginEventHandler, EndEventHandler, object)

Adds the specified HttpApplication.AuthenticateRequest event to the collection of asynchronous HttpApplication.AuthenticateRequest event handlers for the current request.

AddOnAuthorizeRequestAsync(BeginEventHandler, EndEventHandler)

Adds the specified HttpApplication.AuthorizeRequest event to the collection of asynchronous HttpApplication.AuthorizeRequest event handlers for the current request.

AddOnAuthorizeRequestAsync(BeginEventHandler, EndEventHandler, object)

Adds the specified HttpApplication.AuthorizeRequest event to the collection of asynchronous HttpApplication.AuthorizeRequest event handlers for the current request.

AddOnBeginRequestAsync(BeginEventHandler, EndEventHandler)

Adds the specified HttpApplication.BeginRequest event to the collection of asynchronous HttpApplication.BeginRequest event handlers for the current request.

AddOnBeginRequestAsync(BeginEventHandler, EndEventHandler, object)

Adds the specified HttpApplication.BeginRequest event to the collection of asynchronous HttpApplication.BeginRequest event handlers for the current request.

AddOnEndRequestAsync(BeginEventHandler, EndEventHandler)

Adds the specified HttpApplication.EndRequest event to the collection of asynchronous HttpApplication.EndRequest event handlers for the current request.

AddOnEndRequestAsync(BeginEventHandler, EndEventHandler, object)

Adds the specified HttpApplication.EndRequest event to the collection of asynchronous HttpApplication.EndRequest event handlers for the current request.

AddOnLogRequestAsync(BeginEventHandler, EndEventHandler)

Adds the specified HttpApplication.LogRequest event to the collection of asynchronous HttpApplication.LogRequest event handlers for the current request.

AddOnLogRequestAsync(BeginEventHandler, EndEventHandler, object)

Adds the specified HttpApplication.LogRequest event to the collection of asynchronous HttpApplication.LogRequest event handlers for the current request.

AddOnMapRequestHandlerAsync(BeginEventHandler, EndEventHandler)

Adds the specified HttpApplication.MapRequestHandler event to the collection of asynchronous HttpApplication.MapRequestHandler event handlers for the current request.

AddOnMapRequestHandlerAsync(BeginEventHandler, EndEventHandler, object)

Adds the specified HttpApplication.MapRequestHandler event to the collection of asynchronous HttpApplication.MapRequestHandler event handlers for the current request.

AddOnPostAcquireRequestStateAsync(BeginEventHandler, EndEventHandler)

Adds the specified HttpApplication.PostAcquireRequestState event to the collection of asynchronous HttpApplication.PostAcquireRequestState event handlers for the current request.

AddOnPostAcquireRequestStateAsync(BeginEventHandler, EndEventHandler, object)

Adds the specified HttpApplication.PostAcquireRequestState event to the collection of asynchronous HttpApplication.PostAcquireRequestState event handlers for the current request.

AddOnPostAuthenticateRequestAsync(BeginEventHandler, EndEventHandler)

Adds the specified HttpApplication.PostAuthenticateRequest event to the collection of asynchronous HttpApplication.PostAuthenticateRequest event handlers for the current request.

AddOnPostAuthenticateRequestAsync(BeginEventHandler, EndEventHandler, object)

Adds the specified HttpApplication.PostAuthorizeRequest event to the collection of asynchronous HttpApplication.PostAuthorizeRequest event handlers for the current request.

AddOnPostAuthorizeRequestAsync(BeginEventHandler, EndEventHandler)

Adds the specified HttpApplication.PostAuthorizeRequest event to the collection of asynchronous HttpApplication.PostAuthorizeRequest event handlers for the current request.

AddOnPostAuthorizeRequestAsync(BeginEventHandler, EndEventHandler, object)

Adds the specified HttpApplication.PostAuthorizeRequest to the collection of asynchronous HttpApplication.PostAuthorizeRequest event handlers for the current request.

AddOnPostLogRequestAsync(BeginEventHandler, EndEventHandler)

Adds the specified HttpApplication.PostLogRequest event to the collection of asynchronous HttpApplication.PostLogRequest event handlers for the current request.

AddOnPostLogRequestAsync(BeginEventHandler, EndEventHandler, object)

Adds the specified HttpApplication.PostLogRequest event to the collection of asynchronous HttpApplication.PostLogRequest event handlers for the current request.

AddOnPostMapRequestHandlerAsync(BeginEventHandler, EndEventHandler)

Adds the specified HttpApplication.PostMapRequestHandler event to the collection of asynchronous HttpApplication.PostMapRequestHandler event handlers for the current request.

AddOnPostMapRequestHandlerAsync(BeginEventHandler, EndEventHandler, object)

Adds the specified HttpApplication.PostMapRequestHandler event to the collection of asynchronous HttpApplication.PostMapRequestHandler event handlers for the current request.

AddOnPostReleaseRequestStateAsync(BeginEventHandler, EndEventHandler)

Adds the specified HttpApplication.PostReleaseRequestState event to the collection of asynchronous HttpApplication.PostReleaseRequestState event handlers for the current request.

AddOnPostReleaseRequestStateAsync(BeginEventHandler, EndEventHandler, object)

Adds the specified HttpApplication.PostReleaseRequestState event to the collection of asynchronous HttpApplication.PostReleaseRequestState event handlers for the current request.

AddOnPostRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler)

Adds the specified HttpApplication.PostRequestHandlerExecute event to the collection of asynchronous HttpApplication.PostRequestHandlerExecute event handlers for the current request.

AddOnPostRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler, object)

Adds the specified HttpApplication.PostRequestHandlerExecute event to the collection of asynchronous HttpApplication.PostRequestHandlerExecute event handlers for the current request.

AddOnPostResolveRequestCacheAsync(BeginEventHandler, EndEventHandler)

Adds the specified HttpApplication.PostResolveRequestCache event to the collection of asynchronous HttpApplication.PostResolveRequestCache event handlers for the current request.

AddOnPostResolveRequestCacheAsync(BeginEventHandler, EndEventHandler, object)

Adds the specified HttpApplication.PostResolveRequestCache event to the collection of asynchronous HttpApplication.PostResolveRequestCache event handlers for the current request.

AddOnPostUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler)

Adds the specified HttpApplication.PostUpdateRequestCache event to the collection of asynchronous HttpApplication.PostUpdateRequestCache event handlers for the current request.

AddOnPostUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler, object)

Adds the specified HttpApplication.PostUpdateRequestCache event to the collection of asynchronous HttpApplication.PostUpdateRequestCache event handlers for the current request.

AddOnPreRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler)

Adds the specified HttpApplication.PreRequestHandlerExecute event to the collection of asynchronous HttpApplication.PreRequestHandlerExecute event handlers for the current request.

AddOnPreRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler, object)

Adds the specified HttpApplication.PreRequestHandlerExecute event to the collection of asynchronous HttpApplication.PreRequestHandlerExecute event handlers for the current request.

AddOnReleaseRequestStateAsync(BeginEventHandler, EndEventHandler)

Adds the specified HttpApplication.ReleaseRequestState event to the collection of asynchronous HttpApplication.ReleaseRequestState event handlers for the current request.

AddOnReleaseRequestStateAsync(BeginEventHandler, EndEventHandler, object)

Adds the specified HttpApplication.ReleaseRequestState event to the collection of asynchronous HttpApplication.ReleaseRequestState event handlers for the current request.

AddOnResolveRequestCacheAsync(BeginEventHandler, EndEventHandler)

Adds the specified HttpApplication.ResolveRequestCache event handler to the collection of asynchronous HttpApplication.ResolveRequestCache event handlers for the current request.

AddOnResolveRequestCacheAsync(BeginEventHandler, EndEventHandler, object)

Adds the specified HttpApplication.ResolveRequestCache event handler to the collection of asynchronous HttpApplication.ResolveRequestCache event handlers for the current request.

AddOnUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler)

Adds the specified HttpApplication.UpdateRequestCache event to the collection of asynchronous HttpApplication.UpdateRequestCache event handlers for the current request.

AddOnUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler, object)

Adds the specified HttpApplication.UpdateRequestCache event to the collection of asynchronous HttpApplication.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 HttpApplication.EndRequest event.

Dispose()

Disposes the System.Web.HttpApplication instance.

GetVaryByCustomString(HttpContext, string) : string

Provides an application-wide implementation of the System.Web.UI.PartialCachingAttribute.VaryByCustom property.

Init()

Executes custom initialization code after all event handler modules have been added.