C# Class BlueCollar.Examples.HttpApplicationEntryPoint

A HttpApplication entry point.
Inheritance: System.Web.HttpApplication
Show file Open project: ChadBurggraf/blue-collar

Protected Methods

Method Description
Application_End ( object sender, EventArgs e ) : void

Create a beacon file when the application ends.

Application_Start ( object sender, EventArgs e ) : void

Create a beacon file when application starts.

Method Details

Application_End() protected method

Create a beacon file when the application ends.
protected Application_End ( object sender, EventArgs e ) : void
sender object The event sender.
e System.EventArgs Event arguments.
return void

Application_Start() protected method

Create a beacon file when application starts.
protected Application_Start ( object sender, EventArgs e ) : void
sender object The event sender.
e System.EventArgs Event arguments.
return void