C# Class Castle.Applications.PestControl.Web.PestControlApplication

Summary description for PestControlApplication.
Inheritance: System.Web.HttpApplication, IContainerAccessor
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
Application_OnEnd ( ) : void
Application_OnStart ( ) : void
FormsAuthentication_OnAuthenticate ( Object sender, System.Web.Security.FormsAuthenticationEventArgs e ) : void

Private Methods

Méthode Description
AddFiltersAndControllers ( WindsorContainer container ) : void

Method Details

Application_OnEnd() public méthode

public Application_OnEnd ( ) : void
Résultat void

Application_OnStart() public méthode

public Application_OnStart ( ) : void
Résultat void

FormsAuthentication_OnAuthenticate() public méthode

public FormsAuthentication_OnAuthenticate ( Object sender, System.Web.Security.FormsAuthenticationEventArgs e ) : void
sender Object
e System.Web.Security.FormsAuthenticationEventArgs
Résultat void