SharpSchedule

Global Methods

The methods of the Global class are listed below. For a complete list of Global class members, see the Global Members topic.

Public Instance Methods

AddOnAcquireRequestStateAsync (inherited from HttpApplication) 
AddOnAuthenticateRequestAsync (inherited from HttpApplication) 
AddOnAuthorizeRequestAsync (inherited from HttpApplication) 
AddOnBeginRequestAsync (inherited from HttpApplication) 
AddOnEndRequestAsync (inherited from HttpApplication) 
AddOnPostRequestHandlerExecuteAsync (inherited from HttpApplication) 
AddOnPreRequestHandlerExecuteAsync (inherited from HttpApplication) 
AddOnReleaseRequestStateAsync (inherited from HttpApplication) 
AddOnResolveRequestCacheAsync (inherited from HttpApplication) 
AddOnUpdateRequestCacheAsync (inherited from HttpApplication) 
CompleteRequest (inherited from HttpApplication) 
Dispose (inherited from HttpApplication) 
Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
GetVaryByCustomString (inherited from HttpApplication) 
Init (inherited from HttpApplication) 
ToString (inherited from Object) 

Protected Instance Methods

Application_AuthenticateRequest Called at the beginning of an authentication request.
Application_BeginRequest Called on the beginning of a request, perfect chance for url rewriting.
Application_End Called when the application shuts down.
Application_EndRequest Called on the end of a request.
Application_Error Called on an application error event.
Application_Start Called when the application starts. Set up the reporting output directory.
Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 
Session_End Called at the end of a session.
Session_Start Called on session start.

See Also

Global Class | Ozanam.Schedule.Web Namespace