SPHttpApplication Methods

Include Protected Members
Include Inherited Members

The SPHttpApplication type exposes the following members.

Methods

  Name Description
Public method AddOnAcquireRequestStateAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public method AddOnAcquireRequestStateAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public method AddOnAuthenticateRequestAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public method AddOnAuthenticateRequestAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public method AddOnAuthorizeRequestAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public method AddOnAuthorizeRequestAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public method AddOnBeginRequestAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public method AddOnBeginRequestAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public method AddOnEndRequestAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public method AddOnEndRequestAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public method AddOnLogRequestAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public method AddOnLogRequestAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public method AddOnMapRequestHandlerAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public method AddOnMapRequestHandlerAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public method AddOnPostAcquireRequestStateAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public method AddOnPostAcquireRequestStateAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public method AddOnPostAuthenticateRequestAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public method AddOnPostAuthenticateRequestAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public method AddOnPostAuthorizeRequestAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public method AddOnPostAuthorizeRequestAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public method AddOnPostLogRequestAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public method AddOnPostLogRequestAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public method AddOnPostMapRequestHandlerAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public method AddOnPostMapRequestHandlerAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public method AddOnPostReleaseRequestStateAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public method AddOnPostReleaseRequestStateAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public method AddOnPostRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public method AddOnPostRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public method AddOnPostResolveRequestCacheAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public method AddOnPostResolveRequestCacheAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public method AddOnPostUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public method AddOnPostUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public method AddOnPreRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public method AddOnPreRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public method AddOnReleaseRequestStateAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public method AddOnReleaseRequestStateAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public method AddOnResolveRequestCacheAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public method AddOnResolveRequestCacheAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public method AddOnUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public method AddOnUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public method CompleteRequest (Inherited from HttpApplication.)
Public method DeregisterGetVaryByCustomStringHandler Deregisters an IVaryByCustomHandler so that it is no longer used by GetVaryByCustomString.
Public method Dispose (Inherited from HttpApplication.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method GetVaryByCustomString Provides a means for varying output retrieved from a cache depending on the values of properties of the HttpContext of the current request and the properties of the current Windows SharePoint Services 3.0 application domain. (Overrides HttpApplication.GetVaryByCustomString(HttpContext, String).)
Public method Init (Inherited from HttpApplication.)
Protected method MemberwiseClone (Inherited from Object.)
Public method RegisterGetVaryByCustomStringHandler Registers an IVaryByCustomHandler so that it is used by GetVaryByCustomString.
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IHttpAsyncHandler.BeginProcessRequest (Inherited from HttpApplication.)
Explicit interface implemetationPrivate method IHttpAsyncHandler.EndProcessRequest (Inherited from HttpApplication.)
Explicit interface implemetationPrivate method IHttpHandler.ProcessRequest (Inherited from HttpApplication.)

Top

See Also

Reference

SPHttpApplication Class

Microsoft.SharePoint.ApplicationRuntime Namespace