5 implementations of OnRequestAsync
HttpLogging.Sample (1)
SampleHttpLoggingInterceptor.cs (1)
10public ValueTask OnRequestAsync(HttpLoggingInterceptorContext logContext)
Microsoft.AspNetCore.Diagnostics.Middleware (1)
Logging\HttpLoggingRedactionInterceptor.cs (1)
66public ValueTask OnRequestAsync(HttpLoggingInterceptorContext logContext)
Microsoft.AspNetCore.HttpLogging.Tests (3)
HttpLoggingMiddlewareTests.cs (3)
2219public ValueTask OnRequestAsync(HttpLoggingInterceptorContext logContext) 2234public ValueTask OnRequestAsync(HttpLoggingInterceptorContext logContext) 2249public 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