4 references to Http3Connection
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\TestContextFactory.cs (1)
198
var http3Conection = new
Http3Connection
(http3ConnectionContext)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\HttpConnection.cs (1)
83
requestProcessor = new
Http3Connection
((HttpMultiplexedConnectionContext)_context);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
src\Servers\Kestrel\shared\test\TestContextFactory.cs (1)
198
var http3Conection = new
Http3Connection
(http3ConnectionContext)
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Servers\Kestrel\shared\test\TestContextFactory.cs (1)
198
var http3Conection = new
Http3Connection
(http3ConnectionContext)