C# Class WopiHost.Web.Startup

Show file Open project: petrsvihlik/WopiHost

Public Methods

Method 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 method

Configure is called after ConfigureServices is called.
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 ) : void
services IServiceCollection
return void

Startup() public method

public Startup ( IHostingEnvironment env ) : System.Collections.Generic
env IHostingEnvironment
return System.Collections.Generic