3 references to Http2Connection
InMemory.FunctionalTests (1)
Http2\Http2TestBase.cs (1)
494
_connection = new
Http2Connection
(httpConnectionContext);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\HttpConnection.cs (1)
78
requestProcessor = new
Http2Connection
((HttpConnectionContext)_context);
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
Http2\Http2ConnectionBenchmarkBase.cs (1)
89
_connection = new
Http2Connection
(connectionContext);