C# Class GlobalBase, gert

Inheritance: System.Web.HttpApplication
Mostra file Open project: mono/gert Class Usage Examples

Public Methods

Method Description
Application_Start ( object sender, EventArgs e ) : void
Session_Start ( ) : void

Protected Methods

Method Description
Application_BeginRequest ( object sender, EventArgs e ) : void

Private Methods

Method Description
Application_BeginRequest ( ) : void
Session_Start ( object sender, EventArgs e ) : void

Method Details

Application_BeginRequest() protected static method

protected static Application_BeginRequest ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Application_Start() public method

public Application_Start ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Session_Start() public method

public Session_Start ( ) : void
return void