C# Class SocialPackage.WebApiApplication

Inheritance: System.Web.HttpApplication
Mostrar archivo Open project: AktivCo/social

Protected Methods

Method Description
Application_Error ( object sendrer, EventArgs e ) : void
Application_PostAuthenticateRequest ( Object sender, EventArgs e ) : void
Application_Start ( ) : void

Method Details

Application_Error() protected method

protected Application_Error ( object sendrer, EventArgs e ) : void
sendrer object
e System.EventArgs
return void

Application_PostAuthenticateRequest() protected method

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

Application_Start() protected method

protected Application_Start ( ) : void
return void