3 references to AddHttpLoggingInterceptor
HttpLogging.Sample (1)
Startup.cs (1)
18
services.
AddHttpLoggingInterceptor
<SampleHttpLoggingInterceptor>();
Microsoft.AspNetCore.HttpLogging.Tests (2)
HttpLoggingMiddlewareTests.cs (2)
1915
services.
AddHttpLoggingInterceptor
<FakeInterceptor0>();
1916
services.
AddHttpLoggingInterceptor
<FakeInterceptor1>();