C# Класс COLID.RegistrationService.WebApi.Startup

Показать файл Открыть проект

Открытые методы

Метод Описание
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