C# 클래스 Openchain.Server.Startup

파일 보기 프로젝트 열기: openchain/openchain

공개 메소드들

메소드 설명
Configure ( IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerfactory, IConfiguration configuration, IStorageEngine store ) : void

Configures the services.

ConfigureServices ( IServiceCollection services ) : void
ConfigureServicesAsync ( IServiceCollection services ) : Task

Adds services to the dependency injection container.

Startup ( IHostingEnvironment application ) : System.Collections.Generic

비공개 메소드들

메소드 설명
LogStartup ( ILogger logger, IHostingEnvironment environment ) : void

메소드 상세

Configure() 공개 메소드

Configures the services.
public Configure ( IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerfactory, IConfiguration configuration, IStorageEngine store ) : void
app IApplicationBuilder
env IHostingEnvironment
loggerfactory ILoggerFactory
configuration IConfiguration
store IStorageEngine
리턴 void

ConfigureServices() 공개 메소드

public ConfigureServices ( IServiceCollection services ) : void
services IServiceCollection
리턴 void

ConfigureServicesAsync() 공개 메소드

Adds services to the dependency injection container.
public ConfigureServicesAsync ( IServiceCollection services ) : Task
services IServiceCollection The collection of services.
리턴 Task

Startup() 공개 메소드

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