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