1 instantiation of Http3Connection
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\HttpConnection.cs (1)
83requestProcessor = new Http3Connection((HttpMultiplexedConnectionContext)_context);
6 references to Http3Connection
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)