1 implementation of OnRequestAsync
Microsoft.AspNetCore.Diagnostics.Middleware (1)
Logging\HttpLoggingRedactionInterceptor.cs (1)
66public ValueTask OnRequestAsync(HttpLoggingInterceptorContext logContext)
3 references to OnRequestAsync
Microsoft.AspNetCore.HttpLogging (3)
HttpLoggingInterceptorContext.cs (1)
17/// <see cref="IHttpLoggingInterceptor.OnRequestAsync(HttpLoggingInterceptorContext)"/>
HttpLoggingMiddleware.cs (1)
101await _interceptors[i].OnRequestAsync(logContext);
IHttpLoggingInterceptor.cs (1)
29/// over from <see cref="OnRequestAsync(HttpLoggingInterceptorContext)"/> (except the <see cref="HttpLoggingInterceptorContext.Parameters"/>) and response settings may