C# 클래스 withSIX.Steam.Presentation.AspStartup

상속: AspStartupBase
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 메소드들

메소드 설명
AspStartup ( IHostingEnvironment env ) : System
Configure ( IApplicationBuilder app, IHostingEnvironment env, IMyHubHost hubHost ) : void
ConfigureServices ( IServiceCollection services ) : void

메소드 상세

AspStartup() 공개 메소드

public AspStartup ( IHostingEnvironment env ) : System
env IHostingEnvironment
리턴 System

Configure() 공개 메소드

public Configure ( IApplicationBuilder app, IHostingEnvironment env, IMyHubHost hubHost ) : void
app IApplicationBuilder
env IHostingEnvironment
hubHost IMyHubHost
리턴 void

ConfigureServices() 공개 메소드

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