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