C# Class SocialPackage.WebApiApplication

Inheritance: System.Web.HttpApplication
Afficher le fichier Open project: AktivCo/social

Méthodes protégées

Méthode Description
Application_Error ( object sendrer, EventArgs e ) : void
Application_PostAuthenticateRequest ( Object sender, EventArgs e ) : void
Application_Start ( ) : void

Method Details

Application_Error() protected méthode

protected Application_Error ( object sendrer, EventArgs e ) : void
sendrer object
e System.EventArgs
Résultat void

Application_PostAuthenticateRequest() protected méthode

protected Application_PostAuthenticateRequest ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Résultat void

Application_Start() protected méthode

protected Application_Start ( ) : void
Résultat void