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)
27
private readonly
QuicTransportContext
_context;
38
public QuicConnectionContext(QuicConnection connection,
QuicTransportContext
context)
Internal\QuicConnectionListener.cs (1)
23
private readonly
QuicTransportContext
_context;
Internal\QuicStreamContext.cs (2)
25
private readonly
QuicTransportContext
_context;
45
public QuicStreamContext(QuicConnectionContext connection,
QuicTransportContext
context)