C# Class AspNet5SQLite.Startup

Afficher le fichier Open project: damienbod/AspNet5IdentityServerAngularImplicitFlow

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Configure ( IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory ) : void
ConfigureServices ( IServiceCollection services ) : void
Main ( string args ) : void
Startup ( IHostingEnvironment env ) : System.Collections.Generic

Method Details

Configure() public méthode

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

ConfigureServices() public méthode

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

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.Collections.Generic
env IHostingEnvironment
Résultat System.Collections.Generic