C# Class Bamboo.Prevalence.Examples.UserLogin.Web.UserLoginApplication

Inheritance: System.Web.HttpApplication
Show file Open project: bamboo/Bamboo.Prevalence

Private Properties

Property Type Description

Protected Methods

Method Description
Application_AuthenticateRequest ( object sender, EventArgs args ) : void
Application_Start ( object sender, EventArgs args ) : void

Method Details

Application_AuthenticateRequest() protected method

protected Application_AuthenticateRequest ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
return void

Application_Start() protected method

protected Application_Start ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
return void