2 references to _smallLogRequestChunked
Microsoft.Extensions.Http.Diagnostics.PerformanceTests (2)
Benchmarks\SmallHttpClientLoggingBenchmark.cs (2)
167
var response = await
_smallLogRequestChunked
.SendAsync(Request, HttpCompletionOption.ResponseHeadersRead, CancellationToken.None)
177
var response = await
_smallLogRequestChunked
.SendAsync(Request, HttpCompletionOption.ResponseContentRead, CancellationToken.None)