C# Класс WebApi.Middlewares.ApiAuthorizedServicesExtensions

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

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

Метод Описание
AddApiAuthorized ( this services ) : IServiceCollection

Add response compression services.

AddApiAuthorized ( this services, Action configureOptions ) : IServiceCollection

Add response compression services and configure the related options.

Описание методов

AddApiAuthorized() публичный статический Метод

Add response compression services.
public static AddApiAuthorized ( this services ) : IServiceCollection
services this The for adding services.
Результат IServiceCollection

AddApiAuthorized() публичный статический Метод

Add response compression services and configure the related options.
public static AddApiAuthorized ( this services, Action configureOptions ) : IServiceCollection
services this The for adding services.
configureOptions Action A delegate to configure the .
Результат IServiceCollection