C# Class Contrive.Sample.Web.ContriveSampleApplication

Inheritance: System.Web.HttpApplication
Show file Open project: alanstevens/Contrive

Protected Methods

Method Description
Application_PostAuthenticateRequest ( Object sender, EventArgs args ) : void
Application_Start ( ) : void

Method Details

Application_PostAuthenticateRequest() protected method

protected Application_PostAuthenticateRequest ( Object sender, EventArgs args ) : void
sender Object
args System.EventArgs
return void

Application_Start() protected method

protected Application_Start ( ) : void
return void