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