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