C# Class GlobalBase, gert

Inheritance: System.Web.HttpApplication
Afficher le fichier Open project: mono/gert Class Usage Examples

Méthodes publiques

Méthode Description
Application_Start ( object sender, EventArgs e ) : void
Session_Start ( ) : void

Méthodes protégées

Méthode Description
Application_BeginRequest ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
Application_BeginRequest ( ) : void
Session_Start ( object sender, EventArgs e ) : void

Method Details

Application_BeginRequest() protected static méthode

protected static Application_BeginRequest ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Application_Start() public méthode

public Application_Start ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Session_Start() public méthode

public Session_Start ( ) : void
Résultat void