C# Class AzureFunctions.Global

Inheritance: System.Web.HttpApplication
Datei anzeigen Open project: projectkudu/AzureFunctionsPortal

Protected Methods

Method Description
Application_AuthenticateRequest ( object sender, EventArgs e ) : void
Application_BeginRequest ( object sender, EventArgs e ) : void
Application_Start ( ) : void

Private Methods

Method Description
CreateLogger ( ISettings settings, string fileName = null, string tableName = null, ICollection additionalColumns = null, bool logToFile = null, bool logToSql = null ) : ILogger
InitApplicationInsight ( ) : void
InitAutofacContainer ( ) : IContainer
InitLogging ( IContainer container ) : void
RegisterRoutes ( System.Web.Http.HttpConfiguration config ) : void
RegisterTypes ( ContainerBuilder builder ) : void

Method Details

Application_AuthenticateRequest() protected method

protected Application_AuthenticateRequest ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Application_BeginRequest() protected method

protected Application_BeginRequest ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Application_Start() protected method

protected Application_Start ( ) : void
return void