C# Class BlueCollar.Examples.HttpApplicationEntryPoint

A HttpApplication entry point.
Inheritance: System.Web.HttpApplication
Afficher le fichier Open project: ChadBurggraf/blue-collar

Méthodes protégées

Méthode 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 méthode

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.
Résultat void

Application_Start() protected méthode

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.
Résultat void