1 write to _httpConnection
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
248
_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);
249
_httpConnection
.Initialize(Connection);
252
_connectionTask =
_httpConnection
.ProcessRequestsAsync(new DummyApplication(application));
254
Connection = (Http3Connection)
_httpConnection
._requestProcessor;