5 implementations of OnResponseAsync
HttpLogging.Sample (1)
SampleHttpLoggingInterceptor.cs (1)
55
public ValueTask
OnResponseAsync
(HttpLoggingInterceptorContext logContext)
Microsoft.AspNetCore.Diagnostics.Middleware (1)
Logging\HttpLoggingRedactionInterceptor.cs (1)
141
public ValueTask
OnResponseAsync
(HttpLoggingInterceptorContext logContext)
Microsoft.AspNetCore.HttpLogging.Tests (3)
HttpLoggingMiddlewareTests.cs (3)
2243
public ValueTask
OnResponseAsync
(HttpLoggingInterceptorContext logContext)
2258
public ValueTask
OnResponseAsync
(HttpLoggingInterceptorContext logContext)
2273
public ValueTask
OnResponseAsync
(HttpLoggingInterceptorContext logContext)
4 references to OnResponseAsync
Microsoft.AspNetCore.HttpLogging (4)
HttpLoggingInterceptorContext.cs (1)
18
/// to <see cref="IHttpLoggingInterceptor.
OnResponseAsync
(HttpLoggingInterceptorContext)"/> except the <see cref="Parameters"/>
HttpLoggingMiddleware.cs (2)
318
interceptors[i].
OnResponseAsync
(logContext).AsTask().GetAwaiter().GetResult();
328
await interceptors[i].
OnResponseAsync
(logContext);
IHttpLoggingInterceptor.cs (1)
16
/// <see cref="
OnResponseAsync
(HttpLoggingInterceptorContext)"/> except the <see cref="HttpLoggingInterceptorContext.Parameters"/>