1 write to _httpConnection
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
243_httpConnection = new HttpConnection(httpConnectionContext);
4 references to _httpConnection
InMemory.FunctionalTests (4)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (4)
69_http3._httpConnection.OnTimeout(reason); 244_httpConnection.Initialize(Connection); 247_connectionTask = _httpConnection.ProcessRequestsAsync(new DummyApplication(application)); 249Connection = (Http3Connection)_httpConnection._requestProcessor;