C# 클래스 BlueCollar.Examples.HttpApplicationEntryPoint

A HttpApplication entry point.
상속: System.Web.HttpApplication
파일 보기 프로젝트 열기: ChadBurggraf/blue-collar

보호된 메소드들

메소드 설명
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.

메소드 상세

Application_End() 보호된 메소드

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.
리턴 void

Application_Start() 보호된 메소드

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.
리턴 void