Mono Class Library: Overview

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)
Registers asynchronous handlers for the HttpApplication.AcquireRequestState event.
AddOnAcquireRequestStateAsync(BeginEventHandler, EndEventHandler, object)
Documentation for this section has not yet been entered.
AddOnAuthenticateRequestAsync(BeginEventHandler, EndEventHandler)
Registers asynchronous handlers for the HttpApplication.AuthenticateRequest event.
AddOnAuthenticateRequestAsync(BeginEventHandler, EndEventHandler, object)
Documentation for this section has not yet been entered.
AddOnAuthorizeRequestAsync(BeginEventHandler, EndEventHandler)
Registers asynchronous handlers for the HttpApplication.AuthorizeRequest event.
AddOnAuthorizeRequestAsync(BeginEventHandler, EndEventHandler, object)
Documentation for this section has not yet been entered.
AddOnBeginRequestAsync(BeginEventHandler, EndEventHandler)
Registers asynchronous handlers for the HttpApplication.BeginRequest event.
AddOnBeginRequestAsync(BeginEventHandler, EndEventHandler, object)
Documentation for this section has not yet been entered.
AddOnEndRequestAsync(BeginEventHandler, EndEventHandler)
Registers asynchronous handlers for the HttpApplication.EndRequest event.
AddOnEndRequestAsync(BeginEventHandler, EndEventHandler, object)
Documentation for this section has not yet been entered.
AddOnLogRequestAsync(BeginEventHandler, EndEventHandler)
Documentation for this section has not yet been entered.
AddOnLogRequestAsync(BeginEventHandler, EndEventHandler, object)
Documentation for this section has not yet been entered.
AddOnMapRequestHandlerAsync(BeginEventHandler, EndEventHandler)
Documentation for this section has not yet been entered.
AddOnMapRequestHandlerAsync(BeginEventHandler, EndEventHandler, object)
Documentation for this section has not yet been entered.
AddOnPostAcquireRequestStateAsync(BeginEventHandler, EndEventHandler)
Documentation for this section has not yet been entered.
AddOnPostAcquireRequestStateAsync(BeginEventHandler, EndEventHandler, object)
Documentation for this section has not yet been entered.
AddOnPostAuthenticateRequestAsync(BeginEventHandler, EndEventHandler)
Documentation for this section has not yet been entered.
AddOnPostAuthenticateRequestAsync(BeginEventHandler, EndEventHandler, object)
Documentation for this section has not yet been entered.
AddOnPostAuthorizeRequestAsync(BeginEventHandler, EndEventHandler)
Documentation for this section has not yet been entered.
AddOnPostAuthorizeRequestAsync(BeginEventHandler, EndEventHandler, object)
Documentation for this section has not yet been entered.
AddOnPostLogRequestAsync(BeginEventHandler, EndEventHandler)
Documentation for this section has not yet been entered.
AddOnPostLogRequestAsync(BeginEventHandler, EndEventHandler, object)
Documentation for this section has not yet been entered.
AddOnPostMapRequestHandlerAsync(BeginEventHandler, EndEventHandler)
Documentation for this section has not yet been entered.
AddOnPostMapRequestHandlerAsync(BeginEventHandler, EndEventHandler, object)
Documentation for this section has not yet been entered.
AddOnPostReleaseRequestStateAsync(BeginEventHandler, EndEventHandler)
Documentation for this section has not yet been entered.
AddOnPostReleaseRequestStateAsync(BeginEventHandler, EndEventHandler, object)
Documentation for this section has not yet been entered.
AddOnPostRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler)
Registers asynchronous handlers for the HttpApplication.PostRequestHandlerExecute event.
AddOnPostRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler, object)
Documentation for this section has not yet been entered.
AddOnPostResolveRequestCacheAsync(BeginEventHandler, EndEventHandler)
Documentation for this section has not yet been entered.
AddOnPostResolveRequestCacheAsync(BeginEventHandler, EndEventHandler, object)
Documentation for this section has not yet been entered.
AddOnPostUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler)
Documentation for this section has not yet been entered.
AddOnPostUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler, object)
Documentation for this section has not yet been entered.
AddOnPreRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler)
Registers asynchronous handlers for the HttpApplication.PreRequestHandlerExecute event.
AddOnPreRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler, object)
Documentation for this section has not yet been entered.
AddOnReleaseRequestStateAsync(BeginEventHandler, EndEventHandler)
Registers asynchronous handlers for the HttpApplication.ReleaseRequestState event.
AddOnReleaseRequestStateAsync(BeginEventHandler, EndEventHandler, object)
Documentation for this section has not yet been entered.
AddOnResolveRequestCacheAsync(BeginEventHandler, EndEventHandler)
Registers asynchronous handlers for the HttpApplication.ResolveRequestCache event.
AddOnResolveRequestCacheAsync(BeginEventHandler, EndEventHandler, object)
Documentation for this section has not yet been entered.
AddOnUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler)
Registers asynchronous handlers for the HttpApplication.UpdateRequestCache event.
AddOnUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler, object)
Documentation for this section has not yet been entered.
CompleteRequest()
Stops the execution of the request pipeline.
Dispose()
Notifies the application that it is being disposed.
GetVaryByCustomString(HttpContext, string) : string
Documentation for this section has not yet been entered.
Init()
Documentation for this section has not yet been entered.