C# Class mojoPortal.Web.Global

Inheritance: System.Web.HttpApplication
Afficher le fichier Open project: joeaudette/mojoportal

Méthodes protégées

Méthode Description
Application_AuthenticateRequest ( Object sender, EventArgs e ) : void
Application_AuthorizeRequest ( Object sender, EventArgs e ) : void
Application_BeginRequest ( Object sender, EventArgs e ) : void
Application_End ( Object sender, EventArgs e ) : void
Application_EndRequest ( Object sender, EventArgs e ) : void
Application_Error ( Object sender, EventArgs e ) : void
Application_Start ( Object sender, EventArgs e ) : void
Profile_MigrateAnonymous ( Object sender, System.Web.Profile.ProfileMigrateEventArgs args ) : void
Session_End ( Object sender, EventArgs e ) : void
Session_Start ( Object sender, EventArgs e ) : void

Private Methods

Méthode Description
DecrementUserCount ( ) : void
GetFileSystemToken ( ) : System.Guid
IncrementUserCount ( ) : void
PurgeOldLogEvents ( ) : void
RegisterVirtualPathProvider ( ) : void
StartOrResumeTasks ( ) : void

Method Details

Application_AuthenticateRequest() protected méthode

protected Application_AuthenticateRequest ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Résultat void

Application_AuthorizeRequest() protected méthode

protected Application_AuthorizeRequest ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Résultat void

Application_BeginRequest() protected méthode

protected Application_BeginRequest ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Résultat void

Application_End() protected méthode

protected Application_End ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Résultat void

Application_EndRequest() protected méthode

protected Application_EndRequest ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Résultat void

Application_Error() protected méthode

protected Application_Error ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Résultat void

Application_Start() protected méthode

protected Application_Start ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Résultat void

Profile_MigrateAnonymous() protected méthode

protected Profile_MigrateAnonymous ( Object sender, System.Web.Profile.ProfileMigrateEventArgs args ) : void
sender Object
args System.Web.Profile.ProfileMigrateEventArgs
Résultat void

Session_End() protected méthode

protected Session_End ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Résultat void

Session_Start() protected méthode

protected Session_Start ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Résultat void