C# Class Microsoft.Legal.MatterCenter.Service.Startup

Afficher le fichier Open project: Microsoft/mattercenter

Méthodes publiques

Méthode Description
Configure ( IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory ) : void

This method gets called by the runtime. Use this method to configure the HTTP request pipeline.

ConfigureServices ( IServiceCollection services ) : void
Main ( string args ) : void
Startup ( IHostingEnvironment env, IApplicationEnvironment appEnv, ILoggerFactory logger ) : System

Private Methods

Méthode Description
CheckAuthorization ( IApplicationBuilder app ) : void
ConfigureMatterPackages ( IServiceCollection services ) : void
ConfigureMvc ( IServiceCollection services, ILoggerFactory logger ) : void
ConfigureSettings ( IServiceCollection services ) : void
ConfigureSwagger ( IServiceCollection services ) : void

Method Details

Configure() public méthode

This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
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, IApplicationEnvironment appEnv, ILoggerFactory logger ) : System
env IHostingEnvironment
appEnv IApplicationEnvironment
logger ILoggerFactory
Résultat System