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