C# 클래스 CustomerWebApi.Startup

파일 보기 프로젝트 열기: thinktecture/nodejs-aspnetcore-webapi

공개 메소드들

메소드 설명
Configure ( IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory ) : void
ConfigureServices ( IServiceCollection services ) : void
Main ( string args ) : void
Startup ( IHostingEnvironment env ) : System
Startup ( IHostingEnvironment env ) : System.IO

비공개 메소드들

메소드 설명
ConfigureCors ( IServiceCollection services ) : void
ConfigureDI ( IServiceCollection services ) : void
ConfigureDatabase ( IServiceCollection services ) : void
ConfigureMvc ( IServiceCollection services ) : void
ConfigureSecurity ( IServiceCollection services ) : void
ConfigureSwaggerApiDocumentation ( IServiceCollection services ) : void
UseIdentityServerSecurity ( IApplicationBuilder app ) : void

메소드 상세

Configure() 공개 메소드

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

ConfigureServices() 공개 메소드

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

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void

Startup() 공개 메소드

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

Startup() 공개 메소드

public Startup ( IHostingEnvironment env ) : System.IO
env IHostingEnvironment
리턴 System.IO