C# 클래스 COLID.RegistrationService.WebApi.Startup

파일 보기 프로젝트 열기: Bayer-Group/COLID-Registration-Service

공개 메소드들

메소드 설명
ConfigureDocker ( IApplicationBuilder app ) : void

This method gets called by the runtime. Use this method to configure the HTTP request pipeline.

ConfigureDockerServices ( IServiceCollection services ) : void

This method gets called by the runtime. Use this method to add services to the container.

메소드 상세

ConfigureDocker() 공개 메소드

This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
public ConfigureDocker ( IApplicationBuilder app ) : void
app IApplicationBuilder The application builder
리턴 void

ConfigureDockerServices() 공개 메소드

This method gets called by the runtime. Use this method to add services to the container.
public ConfigureDockerServices ( IServiceCollection services ) : void
services IServiceCollection The The service collection
리턴 void