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