1 instantiation of Http3Connection
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\HttpConnection.cs (1)
83
requestProcessor = new
Http3Connection
((HttpMultiplexedConnectionContext)_context);
6 references to Http3Connection
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http3\Http3Connection.cs (1)
230
static void ValidateOpenControlStream(Http3ControlStream? stream,
Http3Connection
connection, long timestamp)
Internal\Http3\Http3StreamContext.cs (2)
26
Http3Connection
connection) : base(connectionId, protocols, altSvcHeader, connectionContext, serviceContext, connectionFeatures, memoryPool, localEndPoint, remoteEndPoint, connection.MetricsContext)
40
public
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)
28
private readonly
Http3Connection
_connection;
46
internal WebTransportSession(
Http3Connection
connection, Http3Stream connectStream)