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