C# 클래스 WopiHost.Web.Startup

파일 보기 프로젝트 열기: petrsvihlik/WopiHost

공개 메소드들

메소드 설명
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

메소드 상세

Configure() 공개 메소드

Configure is called after ConfigureServices is called.
public Configure ( IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory ) : void
app IApplicationBuilder
env IHostingEnvironment
loggerFactory ILoggerFactory
리턴 void

ConfigureServices() 공개 메소드

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

Startup() 공개 메소드

public Startup ( IHostingEnvironment env ) : System.Collections.Generic
env IHostingEnvironment
리턴 System.Collections.Generic