C# 클래스 Quilt4.Service.WebApiApplication

상속: System.Web.HttpApplication
파일 보기 프로젝트 열기: Quilt4/Quilt4.Service

공개 메소드들

메소드 설명
LogException ( Exception exception, LogLevel logLevel ) : void

보호된 메소드들

메소드 설명
Application_BeginRequest ( ) : void
Application_End ( ) : void
Application_Start ( ) : void

비공개 메소드들

메소드 설명
Application_Error ( object sender, EventArgs e ) : void
ConfigureWindsor ( System.Web.Http.HttpConfiguration configuration ) : void
GetRepository ( ) : IRepository
HasOwnProjectApiKey ( ) : bool
IssueHandler_IssueRegistrationCompletedEvent ( object sender, Quilt4Net e ) : void
RegisterServiceLogger ( ) : void
RegisterSession ( ) : void
SessionHandler_SessionRegistrationCompletedEvent ( object sender, Quilt4Net e ) : void

메소드 상세

Application_BeginRequest() 보호된 메소드

protected Application_BeginRequest ( ) : void
리턴 void

Application_End() 보호된 메소드

protected Application_End ( ) : void
리턴 void

Application_Start() 보호된 메소드

protected Application_Start ( ) : void
리턴 void

LogException() 공개 정적인 메소드

public static LogException ( Exception exception, LogLevel logLevel ) : void
exception System.Exception
logLevel LogLevel
리턴 void