C# 클래스 NSoft.NFramework.WebHost.DefaultHttpApplication

상속: NSoft.NFramework.Web.HttpApplications.WindsorAsyncHttpApplication
파일 보기 프로젝트 열기: debop/NFramework

공개 메소드들

메소드 설명
Application_Start ( object sender, EventArgs e ) : void
Session_End ( object sender, EventArgs e ) : void
Session_Start ( object sender, EventArgs e ) : void

보호된 메소드들

메소드 설명
ApplicationErrorAfter ( HttpContext context, Exception exception ) : void

Application_Error 시에 비동기적으로 실행할 작업입니다. (기본적으로는 로그에 쓰는 작업을 합니다) overriding 시 base method를 호출해 주셔야합니다.

ApplicationStartAfter ( HttpContext context ) : void

Application_Start 시에 실행할 비동기 작업의 본체입니다.

OnBeginRequest ( object sender, EventArgs e ) : void

메소드 상세

ApplicationErrorAfter() 보호된 메소드

Application_Error 시에 비동기적으로 실행할 작업입니다. (기본적으로는 로그에 쓰는 작업을 합니다) overriding 시 base method를 호출해 주셔야합니다.
protected ApplicationErrorAfter ( HttpContext context, Exception exception ) : void
context System.Web.HttpContext 현재 Context 정보
exception System.Exception Web Applicatoin 예외 정보
리턴 void

ApplicationStartAfter() 보호된 메소드

Application_Start 시에 실행할 비동기 작업의 본체입니다.
protected ApplicationStartAfter ( HttpContext context ) : void
context System.Web.HttpContext
리턴 void

Application_Start() 공개 메소드

public Application_Start ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

OnBeginRequest() 보호된 메소드

protected OnBeginRequest ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

Session_End() 공개 메소드

public Session_End ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

Session_Start() 공개 메소드

public Session_Start ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void