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