C# Class Soloco.RealTimeWeb.Startup

Afficher le fichier Open project: tim-cools/RealTimeWeb.NET

Méthodes publiques

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

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

public Configure ( IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory, IApplicationLifetime lifetime ) : void
app IApplicationBuilder
env IHostingEnvironment
loggerFactory ILoggerFactory
lifetime IApplicationLifetime
Résultat void

ConfigureServices() public méthode

public ConfigureServices ( IServiceCollection services ) : IServiceProvider
services IServiceCollection
Résultat IServiceProvider

Main() public static méthode

public static Main ( string args ) : void
args string
Résultat void

Startup() public méthode

public Startup ( IHostingEnvironment env ) : System
env IHostingEnvironment
Résultat System