Поделиться через


HttpLoggingServicesExtensions.AddHttpLoggingInterceptor<T> Метод

Определение

Регистрирует данный тип как в IHttpLoggingInterceptor контейнере внедрения зависимостей.

public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddHttpLoggingInterceptor<T> (this Microsoft.Extensions.DependencyInjection.IServiceCollection services) where T : class, Microsoft.AspNetCore.HttpLogging.IHttpLoggingInterceptor;
static member AddHttpLoggingInterceptor : Microsoft.Extensions.DependencyInjection.IServiceCollection -> Microsoft.Extensions.DependencyInjection.IServiceCollection (requires 'T : null and 'T :> Microsoft.AspNetCore.HttpLogging.IHttpLoggingInterceptor)
<Extension()>
Public Function AddHttpLoggingInterceptor(Of T As {Class, IHttpLoggingInterceptor}) (services As IServiceCollection) As IServiceCollection

Параметры типа

T

Тип, реализующий IHttpLoggingInterceptor.

Параметры

services
IServiceCollection

Коллекция служб.

Возвращаемое значение

Исходная коллекция служб для цепочки.

Применяется к