This documentation is archived and is not being maintained.
HttpApplication Methods
Visual Studio 2010
The HttpApplication type exposes the following members.
| Name | Description | |
|---|---|---|
|
AddOnAcquireRequestStateAsync(BeginEventHandler, EndEventHandler) | Adds the specified AcquireRequestState event to the collection of asynchronous AcquireRequestState event handlers for the current request. |
|
AddOnAcquireRequestStateAsync(BeginEventHandler, EndEventHandler, Object) | Adds the specified AcquireRequestState event to the collection of asynchronous AcquireRequestState event handlers for the current request. |
|
AddOnAuthenticateRequestAsync(BeginEventHandler, EndEventHandler) | Adds the specified AuthenticateRequest event to the collection of asynchronous AuthenticateRequest event handlers for the current request. |
|
AddOnAuthenticateRequestAsync(BeginEventHandler, EndEventHandler, Object) | Adds the specified AuthenticateRequest event to the collection of asynchronous AuthenticateRequest event handlers for the current request. |
|
AddOnAuthorizeRequestAsync(BeginEventHandler, EndEventHandler) | Adds the specified AuthorizeRequest event to the collection of asynchronous AuthorizeRequest event handlers for the current request. |
|
AddOnAuthorizeRequestAsync(BeginEventHandler, EndEventHandler, Object) | Adds the specified AuthorizeRequest event to the collection of asynchronous AuthorizeRequest event handlers for the current request. |
|
AddOnBeginRequestAsync(BeginEventHandler, EndEventHandler) | Adds the specified BeginRequest event to the collection of asynchronous BeginRequest event handlers for the current request. |
|
AddOnBeginRequestAsync(BeginEventHandler, EndEventHandler, Object) | Adds the specified BeginRequest event to the collection of asynchronous BeginRequest event handlers for the current request. |
|
AddOnEndRequestAsync(BeginEventHandler, EndEventHandler) | Adds the specified EndRequest event to the collection of asynchronous EndRequest event handlers for the current request. |
|
AddOnEndRequestAsync(BeginEventHandler, EndEventHandler, Object) | Adds the specified EndRequest event to the collection of asynchronous EndRequest event handlers for the current request. |
|
AddOnLogRequestAsync(BeginEventHandler, EndEventHandler) | Adds the specified LogRequest event to the collection of asynchronous LogRequest event handlers for the current request. |
|
AddOnLogRequestAsync(BeginEventHandler, EndEventHandler, Object) | Adds the specified LogRequest event to the collection of asynchronous LogRequest event handlers for the current request. |
|
AddOnMapRequestHandlerAsync(BeginEventHandler, EndEventHandler) | Adds the specified MapRequestHandler event to the collection of asynchronous MapRequestHandler event handlers for the current request. |
|
AddOnMapRequestHandlerAsync(BeginEventHandler, EndEventHandler, Object) | Adds the specified MapRequestHandler event to the collection of asynchronous MapRequestHandler event handlers for the current request. |
|
AddOnPostAcquireRequestStateAsync(BeginEventHandler, EndEventHandler) | Adds the specified PostAcquireRequestState event to the collection of asynchronous PostAcquireRequestState event handlers for the current request. |
|
AddOnPostAcquireRequestStateAsync(BeginEventHandler, EndEventHandler, Object) | Adds the specified PostAcquireRequestState event to the collection of asynchronous PostAcquireRequestState event handlers for the current request. |
|
AddOnPostAuthenticateRequestAsync(BeginEventHandler, EndEventHandler) | Adds the specified PostAuthenticateRequest event to the collection of asynchronous PostAuthenticateRequest event handlers for the current request. |
|
AddOnPostAuthenticateRequestAsync(BeginEventHandler, EndEventHandler, Object) | Adds the specified PostAuthorizeRequest event to the collection of asynchronous PostAuthorizeRequest event handlers for the current request. |
|
AddOnPostAuthorizeRequestAsync(BeginEventHandler, EndEventHandler) | Adds the specified PostAuthorizeRequest event to the collection of asynchronous PostAuthorizeRequest event handlers for the current request. |
|
AddOnPostAuthorizeRequestAsync(BeginEventHandler, EndEventHandler, Object) | Adds the specified PostAuthorizeRequest to the collection of asynchronous PostAuthorizeRequest event handlers for the current request. |
|
AddOnPostLogRequestAsync(BeginEventHandler, EndEventHandler) | Adds the specified PostLogRequest event to the collection of asynchronous PostLogRequest event handlers for the current request. |
|
AddOnPostLogRequestAsync(BeginEventHandler, EndEventHandler, Object) | Adds the specified PostLogRequest event to the collection of asynchronous PostLogRequest event handlers for the current request. |
|
AddOnPostMapRequestHandlerAsync(BeginEventHandler, EndEventHandler) | Adds the specified PostMapRequestHandler event to the collection of asynchronous PostMapRequestHandler event handlers for the current request. |
|
AddOnPostMapRequestHandlerAsync(BeginEventHandler, EndEventHandler, Object) | Adds the specified PostMapRequestHandler event to the collection of asynchronous PostMapRequestHandler event handlers for the current request. |
|
AddOnPostReleaseRequestStateAsync(BeginEventHandler, EndEventHandler) | Adds the specified PostReleaseRequestState event to the collection of asynchronous PostReleaseRequestState event handlers for the current request. |
|
AddOnPostReleaseRequestStateAsync(BeginEventHandler, EndEventHandler, Object) | Adds the specified PostReleaseRequestState event to the collection of asynchronous PostReleaseRequestState event handlers for the current request. |
|
AddOnPostRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler) | Adds the specified PostRequestHandlerExecute event to the collection of asynchronous PostRequestHandlerExecute event handlers for the current request. |
|
AddOnPostRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler, Object) | Adds the specified PostRequestHandlerExecute event to the collection of asynchronous PostRequestHandlerExecute event handlers for the current request. |
|
AddOnPostResolveRequestCacheAsync(BeginEventHandler, EndEventHandler) | Adds the specified PostResolveRequestCache event to the collection of asynchronous PostResolveRequestCache event handlers for the current request. |
|
AddOnPostResolveRequestCacheAsync(BeginEventHandler, EndEventHandler, Object) | Adds the specified PostResolveRequestCache event to the collection of asynchronous PostResolveRequestCache event handlers for the current request. |
|
AddOnPostUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler) | Adds the specified PostUpdateRequestCache event to the collection of asynchronous PostUpdateRequestCache event handlers for the current request. |
|
AddOnPostUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler, Object) | Adds the specified PostUpdateRequestCache event to the collection of asynchronous PostUpdateRequestCache event handlers for the current request. |
|
AddOnPreRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler) | Adds the specified PreRequestHandlerExecute event to the collection of asynchronous PreRequestHandlerExecute event handlers for the current request. |
|
AddOnPreRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler, Object) | Adds the specified PreRequestHandlerExecute event to the collection of asynchronous PreRequestHandlerExecute event handlers for the current request. |
|
AddOnReleaseRequestStateAsync(BeginEventHandler, EndEventHandler) | Adds the specified ReleaseRequestState event to the collection of asynchronous ReleaseRequestState event handlers for the current request. |
|
AddOnReleaseRequestStateAsync(BeginEventHandler, EndEventHandler, Object) | Adds the specified ReleaseRequestState event to the collection of asynchronous ReleaseRequestState event handlers for the current request. |
|
AddOnResolveRequestCacheAsync(BeginEventHandler, EndEventHandler) | Adds the specified ResolveRequestCache event handler to the collection of asynchronous ResolveRequestCache event handlers for the current request. |
|
AddOnResolveRequestCacheAsync(BeginEventHandler, EndEventHandler, Object) | Adds the specified ResolveRequestCache event handler to the collection of asynchronous ResolveRequestCache event handlers for the current request. |
|
AddOnUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler) | Adds the specified UpdateRequestCache event to the collection of asynchronous UpdateRequestCache event handlers for the current request. |
|
AddOnUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler, Object) | 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(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetOutputCacheProviderName | Gets the name of the default output-cache provider that is configured for a Web site. |
|
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. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
IHttpAsyncHandler::BeginProcessRequest | Initiates an asynchronous call to the HTTP event handler. |
|
IHttpAsyncHandler::EndProcessRequest | Provides an asynchronous process End method when the process finishes. |
|
IHttpHandler::ProcessRequest | Enables processing of HTTP Web requests by a custom HTTP handler that implements the IHttpHandler interface. |
Show: