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