6 references to HttpConnection
InMemory.FunctionalTests (2)
Http2\Http2TestBase.cs (1)
497
var httpConnection = new
HttpConnection
(httpConnectionContext);
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
247
_httpConnection = new
HttpConnection
(httpConnectionContext);
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Middleware\HttpConnectionMiddleware.cs (1)
49
var connection = new
HttpConnection
(httpConnectionContext);
Middleware\HttpMultiplexedConnectionMiddleware.cs (1)
53
var connection = new
HttpConnection
(httpConnectionContext);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
HttpConnectionTests.cs (1)
30
var httpConnection = new
HttpConnection
(httpConnectionContext);
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
247
_httpConnection = new
HttpConnection
(httpConnectionContext);