1 instantiation of QuicTransportContext
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicConnectionListener.cs (1)
56_context = new QuicTransportContext(_log, options);
5 references to QuicTransportContext
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (5)
Internal\QuicConnectionContext.cs (2)
27private readonly QuicTransportContext _context; 38public QuicConnectionContext(QuicConnection connection, QuicTransportContext context)
Internal\QuicConnectionListener.cs (1)
23private readonly QuicTransportContext _context;
Internal\QuicStreamContext.cs (2)
25private readonly QuicTransportContext _context; 45public QuicStreamContext(QuicConnectionContext connection, QuicTransportContext context)