C# Class WopiHost.Startup

Show file Open project: petrsvihlik/WopiHost

Public Methods

Method Description
Configure ( IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory ) : void
ConfigureServices ( IServiceCollection services ) : IServiceProvider

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

Startup ( IHostingEnvironment env ) : System

Method Details

Configure() public method

public Configure ( IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory ) : void
app IApplicationBuilder
env IHostingEnvironment
loggerFactory ILoggerFactory
return void

ConfigureServices() public method

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

Startup() public method

public Startup ( IHostingEnvironment env ) : System
env IHostingEnvironment
return System