1 write to _connection
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
InMemoryTransportBenchmark.cs (1)
62
_connection
= transportFactory.Connections.Values.Single().Single();
6 references to _connection
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (6)
InMemoryTransportBenchmark.cs (6)
70
await
_connection
.SendRequestAsync(request);
71
var response = Encoding.ASCII.GetString(await
_connection
.GetResponseAsync(expectedResponse.Length));
93
await
_connection
.SendRequestAsync(RequestParsingData.PlaintextTechEmpowerRequest);
94
await
_connection
.ReadResponseAsync(_plaintextExpectedResponse.Length);
100
await
_connection
.SendRequestAsync(RequestParsingData.PlaintextTechEmpowerPipelinedRequests);
101
await
_connection
.ReadResponseAsync(_plaintextPipelinedExpectedResponse.Length);