This documentation is archived and is not being maintained.
HttpApplication Methods
.NET Framework 1.1
The methods of the HttpApplication class are listed here. For a complete list of HttpApplication class members, see the HttpApplication Members topic.
Public Methods
AddOnAcquireRequestStateAsync | Adds the specified AcquireRequestState event to the collection of asynchronous AcquireRequestState event handlers for the current request. |
AddOnAuthenticateRequestAsync | Adds the specified AuthenticateRequest event to the collection of asynchronous AuthenticateRequest event handlers for the current request. |
AddOnAuthorizeRequestAsync | Adds the specified AuthorizeRequest event to the collection of asynchronous AuthorizeRequest event handlers for the current request. |
AddOnBeginRequestAsync | Adds the specified BeginRequest event to the collection of asynchronous BeginRequest event handlers for the current request. |
AddOnEndRequestAsync | Adds the specified EndRequest event to the collection of asynchronous EndRequest event handlers for the current request. |
AddOnPostRequestHandlerExecuteAsync | Adds the specified PostRequestHandlerExecute event to the collection of asynchronous PostRequestHandlerExecute event handlers for the current request. |
AddOnPreRequestHandlerExecuteAsync | Adds the specified PreRequestHandlerExecute event to the collection of asynchronous PreRequestHandlerExecute event handlers for the current request. |
AddOnReleaseRequestStateAsync | Adds the specified ReleaseRequestState event to the collection of asynchronous ReleaseRequestState event handlers for the current request. |
AddOnResolveRequestCacheAsync | Adds the specified ResolveRequestCache event handler to the collection of asynchronous ResolveRequestCache event handlers for the current request. |
AddOnUpdateRequestCacheAsync | 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 in the HTTP pipeline chain of execution and directly execute EndRequest. |
Dispose | Cleans up the instance variables of a module. |
Equals (inherited from Object) | Overloaded. Determines whether two Object instances are equal. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
GetVaryByCustomString | Provides an application-wide implementation of the VaryByCustom property. |
Init | Executes custom initialization code after all event-handler modules have been added. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Protected Methods
Finalize (inherited from Object) | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
See Also
Show:
