The Global type exposes the following members.

Constructors

  NameDescription
Public methodGlobal

Methods

  NameDescription
Public methodAddOnAcquireRequestStateAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public methodAddOnAcquireRequestStateAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public methodAddOnAuthenticateRequestAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public methodAddOnAuthenticateRequestAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public methodAddOnAuthorizeRequestAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public methodAddOnAuthorizeRequestAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public methodAddOnBeginRequestAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public methodAddOnBeginRequestAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public methodAddOnEndRequestAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public methodAddOnEndRequestAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public methodAddOnLogRequestAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public methodAddOnLogRequestAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public methodAddOnMapRequestHandlerAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public methodAddOnMapRequestHandlerAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public methodAddOnPostAcquireRequestStateAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public methodAddOnPostAcquireRequestStateAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public methodAddOnPostAuthenticateRequestAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public methodAddOnPostAuthenticateRequestAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public methodAddOnPostAuthorizeRequestAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public methodAddOnPostAuthorizeRequestAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public methodAddOnPostLogRequestAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public methodAddOnPostLogRequestAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public methodAddOnPostMapRequestHandlerAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public methodAddOnPostMapRequestHandlerAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public methodAddOnPostReleaseRequestStateAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public methodAddOnPostReleaseRequestStateAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public methodAddOnPostRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public methodAddOnPostRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public methodAddOnPostResolveRequestCacheAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public methodAddOnPostResolveRequestCacheAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public methodAddOnPostUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public methodAddOnPostUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public methodAddOnPreRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public methodAddOnPreRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public methodAddOnReleaseRequestStateAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public methodAddOnReleaseRequestStateAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public methodAddOnResolveRequestCacheAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public methodAddOnResolveRequestCacheAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public methodAddOnUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public methodAddOnUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public methodCompleteRequest (Inherited from HttpApplication.)
Public methodDispose (Inherited from HttpApplication.)
Public methodGetOutputCacheProviderName (Inherited from HttpApplication.)
Public methodGetVaryByCustomString (Inherited from HttpApplication.)
Public methodInit (Inherited from HttpApplication.)
Public method[M:System.Web.HttpApplication.OnExecuteRequestStep(System.Action`2)] (Inherited from HttpApplication.)

Properties

  NameDescription
Public propertyApplication (Inherited from HttpApplication.)
Public propertyContext (Inherited from HttpApplication.)
Public propertyModules (Inherited from HttpApplication.)
Public propertyRequest (Inherited from HttpApplication.)
Public propertyResponse (Inherited from HttpApplication.)
Public propertyServer (Inherited from HttpApplication.)
Public propertySession (Inherited from HttpApplication.)
Public propertySite (Inherited from HttpApplication.)
Public propertyUser (Inherited from HttpApplication.)

Events

  NameDescription
Public eventAcquireRequestState (Inherited from HttpApplication.)
Public eventAuthenticateRequest (Inherited from HttpApplication.)
Public eventAuthorizeRequest (Inherited from HttpApplication.)
Public eventBeginRequest (Inherited from HttpApplication.)
Public eventDisposed (Inherited from HttpApplication.)
Public eventEndRequest (Inherited from HttpApplication.)
Public eventError (Inherited from HttpApplication.)
Public eventLogRequest (Inherited from HttpApplication.)
Public eventMapRequestHandler (Inherited from HttpApplication.)
Public eventPostAcquireRequestState (Inherited from HttpApplication.)
Public eventPostAuthenticateRequest (Inherited from HttpApplication.)
Public eventPostAuthorizeRequest (Inherited from HttpApplication.)
Public eventPostLogRequest (Inherited from HttpApplication.)
Public eventPostMapRequestHandler (Inherited from HttpApplication.)
Public eventPostReleaseRequestState (Inherited from HttpApplication.)
Public eventPostRequestHandlerExecute (Inherited from HttpApplication.)
Public eventPostResolveRequestCache (Inherited from HttpApplication.)
Public eventPostUpdateRequestCache (Inherited from HttpApplication.)
Public eventPreRequestHandlerExecute (Inherited from HttpApplication.)
Public eventPreSendRequestContent (Inherited from HttpApplication.)
Public eventPreSendRequestHeaders (Inherited from HttpApplication.)
Public eventReleaseRequestState (Inherited from HttpApplication.)
Public eventRequestCompleted (Inherited from HttpApplication.)
Public eventResolveRequestCache (Inherited from HttpApplication.)
Public eventUpdateRequestCache (Inherited from HttpApplication.)

See Also