C# Class BinderSample.Web.MyHttpApplication

Inheritance: System.Web.HttpApplication
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
MyHttpApplication ( ) : System

Protected Methods

Method Description
Application_BeginRequest ( Object sender, EventArgs e ) : void
Application_EndRequest ( Object sender, EventArgs e ) : void
Application_Start ( Object sender, EventArgs e ) : void
Session_Start ( Object sender, EventArgs e ) : void

Method Details

Application_BeginRequest() protected method

protected Application_BeginRequest ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
return void

Application_EndRequest() protected method

protected Application_EndRequest ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
return void

Application_Start() protected method

protected Application_Start ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
return void

MyHttpApplication() public method

public MyHttpApplication ( ) : System
return System

Session_Start() protected method

protected Session_Start ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
return void