4 instantiations of Http3Connection
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\TestContextFactory.cs (1)
198var http3Conection = new Http3Connection(http3ConnectionContext)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\HttpConnection.cs (1)
83requestProcessor = new Http3Connection((HttpMultiplexedConnectionContext)_context);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
src\Servers\Kestrel\shared\test\TestContextFactory.cs (1)
198var http3Conection = new Http3Connection(http3ConnectionContext)
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Servers\Kestrel\shared\test\TestContextFactory.cs (1)
198var http3Conection = new Http3Connection(http3ConnectionContext)
19 references to Http3Connection
InMemory.FunctionalTests (7)
Http3\Http3ConnectionTests.cs (2)
501var http3Stream1 = (Http3Stream)streamContext1.Features.Get<IPersistentStateFeature>().State[Http3Connection.StreamPersistentStateKey]; 508var http3Stream2 = (Http3Stream)streamContext2.Features.Get<IPersistentStateFeature>().State[Http3Connection.StreamPersistentStateKey];
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (4)
87internal Http3Connection Connection { get; private set; } 253Connection = (Http3Connection)_httpConnection._requestProcessor; 486internal Http3Connection Connection { get; private protected set; } 684public Http3RequestStream(Http3InMemory testBase, Http3Connection connection, TestStreamContext testStreamContext, Http3RequestHeaderHandler headerHandler)
src\Servers\Kestrel\shared\test\TestContextFactory.cs (1)
198var http3Conection = new Http3Connection(http3ConnectionContext)
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http3\Http3Connection.cs (1)
230static void ValidateOpenControlStream(Http3ControlStream? stream, Http3Connection connection, long timestamp)
Internal\Http3\Http3StreamContext.cs (2)
26Http3Connection connection) : base(connectionId, protocols, altSvcHeader, connectionContext, serviceContext, connectionFeatures, memoryPool, localEndPoint, remoteEndPoint, connection.MetricsContext) 40public Http3Connection Connection { get; }
Internal\HttpConnection.cs (1)
22/// or <see cref="Http3Connection"/>. It does, however, instantiate one of those types as its
Internal\WebTransport\WebTransportSession.cs (2)
28private readonly Http3Connection _connection; 46internal WebTransportSession(Http3Connection connection, Http3Stream connectStream)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
src\Servers\Kestrel\shared\test\TestContextFactory.cs (1)
198var http3Conection = new Http3Connection(http3ConnectionContext)
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (5)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (4)
87internal Http3Connection Connection { get; private set; } 253Connection = (Http3Connection)_httpConnection._requestProcessor; 486internal Http3Connection Connection { get; private protected set; } 684public Http3RequestStream(Http3InMemory testBase, Http3Connection connection, TestStreamContext testStreamContext, Http3RequestHeaderHandler headerHandler)
src\Servers\Kestrel\shared\test\TestContextFactory.cs (1)
198var http3Conection = new Http3Connection(http3ConnectionContext)