1 write to _context
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3Connection.cs (1)
57
_context
= context;
22 references to _context
Microsoft.AspNetCore.Server.Kestrel.Core (22)
Internal\Http3\Http3Connection.cs (22)
94
private KestrelTrace Log =>
_context
.ServiceContext.Log;
96
public KestrelServerLimits Limits =>
_context
.ServiceContext.ServerOptions.Limits;
101
public string ConnectionId =>
_context
.ConnectionId;
102
public ITimeoutControl TimeoutControl =>
_context
.TimeoutControl;
258
var serviceContext =
_context
.ServiceContext;
307
var minDataRate =
_context
.ServiceContext.ServerOptions.Limits.MinResponseDataRate;
321
Log.ResponseMinimumDataRateNotSatisfied(
_context
.ConnectionId, stream.TraceIdentifier);
394
if (
_context
.ServiceContext.ServerOptions.EnableWebTransportAndH3Datagrams)
426
if (
_context
.ServiceContext.ServerOptions.EnableWebTransportAndH3Datagrams)
470
Log.RequestProcessingError(
_context
.ConnectionId, ex);
483
Log.RequestProcessingError(
_context
.ConnectionId, ex);
489
Log.RequestProcessingError(
_context
.ConnectionId, ex);
495
Log.Http3ConnectionError(
_context
.ConnectionId, ex);
590
Log.Http3ConnectionClosed(
_context
.ConnectionId, streamId);
633
_context
.ServiceContext.Metrics.RequestQueuedStart(MetricsContext, KestrelMetrics.Http3);
640
Debug.Assert(
_context
.ServiceContext.ServerOptions.EnableWebTransportAndH3Datagrams);
679
_context
.AltSvcHeader,
681
_context
.ServiceContext,
683
_context
.MemoryPool,
689
TimeoutControl =
_context
.TimeoutControl,
716
Log.Http3ConnectionClosing(
_context
.ConnectionId);
929
Debug.Assert(
_context
.ServiceContext.ServerOptions.EnableWebTransportAndH3Datagrams);