C# Class Microsoft.Azure.Devices.Applications.RemoteMonitoring.DeviceAdmin.Web.MvcApplication

Inheritance: System.Web.HttpApplication
Mostrar archivo Open project: Azure/azure-iot-remote-monitoring

Protected Methods

Method Description
Application_BeginRequest ( Object sender, EventArgs e ) : void
Application_EndRequest ( ) : void
Application_Start ( ) : void

Private Methods

Method Description
GetIsServiceCall ( System.Web.HttpContextWrapper contextWrapper ) : bool
GetSelectedCulture ( ) : CultureInfo

Method Details

Application_BeginRequest() protected method

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

Application_EndRequest() protected method

protected Application_EndRequest ( ) : void
return void

Application_Start() protected method

protected Application_Start ( ) : void
return void