5 implementations of OnRequestAsync
HttpLogging.Sample (1)
SampleHttpLoggingInterceptor.cs (1)
10
public ValueTask
OnRequestAsync
(HttpLoggingInterceptorContext logContext)
Microsoft.AspNetCore.Diagnostics.Middleware (1)
Logging\HttpLoggingRedactionInterceptor.cs (1)
66
public ValueTask
OnRequestAsync
(HttpLoggingInterceptorContext logContext)
Microsoft.AspNetCore.HttpLogging.Tests (3)
HttpLoggingMiddlewareTests.cs (3)
2219
public ValueTask
OnRequestAsync
(HttpLoggingInterceptorContext logContext)
2234
public ValueTask
OnRequestAsync
(HttpLoggingInterceptorContext logContext)
2249
public ValueTask
OnRequestAsync
(HttpLoggingInterceptorContext logContext)
3 references to OnRequestAsync
Microsoft.AspNetCore.HttpLogging (3)
HttpLoggingInterceptorContext.cs (1)
17
/// <see cref="IHttpLoggingInterceptor.
OnRequestAsync
(HttpLoggingInterceptorContext)"/>
HttpLoggingMiddleware.cs (1)
97
await _interceptors[i].
OnRequestAsync
(logContext);
IHttpLoggingInterceptor.cs (1)
29
/// over from <see cref="
OnRequestAsync
(HttpLoggingInterceptorContext)"/> (except the <see cref="HttpLoggingInterceptorContext.Parameters"/>) and response settings may