1 write to _client
Microsoft.AspNetCore.Routing.FunctionalTests (1)
Benchmarks\EndpointRoutingBenchmarkTest.cs (1)
34
_client
= _testServer.CreateClient();
3 references to _client
Microsoft.AspNetCore.Routing.FunctionalTests (3)
Benchmarks\EndpointRoutingBenchmarkTest.cs (3)
35
_client
.BaseAddress = new Uri("http://localhost");
46
var response = await
_client
.GetAsync("/plaintext");
60
_client
.Dispose();