C# Class SocialSample.Startup

Afficher le fichier Open project: noliar/MoreAuthentication

Méthodes publiques

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

Method Details

Configure() public méthode

public Configure ( IApplicationBuilder app, ILoggerFactory loggerfactory ) : void
app IApplicationBuilder
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
env IHostingEnvironment
Résultat System