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