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