SharpSchedule

Global Members

Global overview

Public Instance Constructors

Global Constructor Create a new instance of the global class.

Public Instance Properties

Application (inherited from HttpApplication) 
Context (inherited from HttpApplication) 
Modules (inherited from HttpApplication) 
Request (inherited from HttpApplication) 
Response (inherited from HttpApplication) 
Server (inherited from HttpApplication) 
Session (inherited from HttpApplication) 
Site (inherited from HttpApplication) 
User (inherited from HttpApplication) 

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) 

Public Instance Events

AcquireRequestState (inherited from HttpApplication) 
AuthenticateRequest (inherited from HttpApplication) 
AuthorizeRequest (inherited from HttpApplication) 
BeginRequest (inherited from HttpApplication) 
Disposed (inherited from HttpApplication) 
EndRequest (inherited from HttpApplication) 
Error (inherited from HttpApplication) 
PostRequestHandlerExecute (inherited from HttpApplication) 
PreRequestHandlerExecute (inherited from HttpApplication) 
PreSendRequestContent (inherited from HttpApplication) 
PreSendRequestHeaders (inherited from HttpApplication) 
ReleaseRequestState (inherited from HttpApplication) 
ResolveRequestCache (inherited from HttpApplication) 
UpdateRequestCache (inherited from HttpApplication) 

Protected Instance Properties

Events (inherited from HttpApplication) 

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