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));
253
Connection = (Http3Connection)
_httpConnection
._requestProcessor;