C# Class AzureFunctions.Global

Inheritance: System.Web.HttpApplication
Afficher le fichier Open project: projectkudu/AzureFunctionsPortal

Méthodes protégées

Méthode Description
Application_AuthenticateRequest ( object sender, EventArgs e ) : void
Application_BeginRequest ( object sender, EventArgs e ) : void
Application_Start ( ) : void

Private Methods

Méthode 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 méthode

protected Application_AuthenticateRequest ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Application_BeginRequest() protected méthode

protected Application_BeginRequest ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Application_Start() protected méthode

protected Application_Start ( ) : void
Résultat void