C# Class WopiHost.Web.Startup

Afficher le fichier Open project: petrsvihlik/WopiHost

Méthodes publiques

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

Configure is called after ConfigureServices is called.

ConfigureServices ( IServiceCollection services ) : void

Sets up the DI container. Loads types dynamically (http://docs.autofac.org/en/latest/register/scanning.html)

Startup ( IHostingEnvironment env ) : System.Collections.Generic

Method Details

Configure() public méthode

Configure is called after ConfigureServices is called.
public Configure ( IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory ) : void
app IApplicationBuilder
env IHostingEnvironment
loggerFactory ILoggerFactory
Résultat void

ConfigureServices() public méthode

Sets up the DI container. Loads types dynamically (http://docs.autofac.org/en/latest/register/scanning.html)
public ConfigureServices ( IServiceCollection services ) : void
services IServiceCollection
Résultat void

Startup() public méthode

public Startup ( IHostingEnvironment env ) : System.Collections.Generic
env IHostingEnvironment
Résultat System.Collections.Generic