C# Class Bit.Api.Startup

Afficher le fichier Open project: bitwarden/core

Méthodes publiques

Méthode Description
Configure ( IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory, GlobalSettings globalSettings ) : void
ConfigureServices ( IServiceCollection services ) : void
Startup ( IHostingEnvironment env ) : System

Method Details

Configure() public méthode

public Configure ( IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory, GlobalSettings globalSettings ) : void
app IApplicationBuilder
env IHostingEnvironment
loggerFactory ILoggerFactory
globalSettings Bit.Core.GlobalSettings
Résultat void

ConfigureServices() public méthode

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

Startup() public méthode

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