C# Class Soloco.RealTimeWeb.Startup

Show file Open project: tim-cools/RealTimeWeb.NET

Public Methods

Method Description
Configure ( IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory, IApplicationLifetime lifetime ) : void
ConfigureServices ( IServiceCollection services ) : IServiceProvider
Main ( string args ) : void
Startup ( IHostingEnvironment env ) : System

Private Methods

Method Description
ConfigureCors ( CorsOptions options ) : void
ConfigureLogging ( ILoggerFactory loggerFactory ) : void
ConfigureWebApp ( IApplicationBuilder app, IHostingEnvironment env ) : void
CreateContainerServiceProvider ( IServiceCollection services ) : IServiceProvider
SetEnvironment ( string args ) : void
SetupConfiguration ( IHostingEnvironment env ) : IConfigurationRoot

Method Details

Configure() public method

public Configure ( IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory, IApplicationLifetime lifetime ) : void
app IApplicationBuilder
env IHostingEnvironment
loggerFactory ILoggerFactory
lifetime IApplicationLifetime
return void

ConfigureServices() public method

public ConfigureServices ( IServiceCollection services ) : IServiceProvider
services IServiceCollection
return IServiceProvider

Main() public static method

public static Main ( string args ) : void
args string
return void

Startup() public method

public Startup ( IHostingEnvironment env ) : System
env IHostingEnvironment
return System