C# Class Quilt4.Service.WebApiApplication

Inheritance: System.Web.HttpApplication
Show file Open project: Quilt4/Quilt4.Service

Public Methods

Method Description
LogException ( Exception exception, LogLevel logLevel ) : void

Protected Methods

Method Description
Application_BeginRequest ( ) : void
Application_End ( ) : void
Application_Start ( ) : void

Private Methods

Method Description
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

Method Details

Application_BeginRequest() protected method

protected Application_BeginRequest ( ) : void
return void

Application_End() protected method

protected Application_End ( ) : void
return void

Application_Start() protected method

protected Application_Start ( ) : void
return void

LogException() public static method

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