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);
392
if (
_context
.ServiceContext.ServerOptions.EnableWebTransportAndH3Datagrams)
424
if (
_context
.ServiceContext.ServerOptions.EnableWebTransportAndH3Datagrams)
468
Log.RequestProcessingError(
_context
.ConnectionId, ex);
477
Log.RequestProcessingError(
_context
.ConnectionId, ex);
483
Log.RequestProcessingError(
_context
.ConnectionId, ex);
489
Log.Http3ConnectionError(
_context
.ConnectionId, ex);
576
Log.Http3ConnectionClosed(
_context
.ConnectionId, streamId);
618
_context
.ServiceContext.Metrics.RequestQueuedStart(MetricsContext, KestrelMetrics.Http3);
625
Debug.Assert(
_context
.ServiceContext.ServerOptions.EnableWebTransportAndH3Datagrams);
664
_context
.AltSvcHeader,
666
_context
.ServiceContext,
668
_context
.MemoryPool,
674
TimeoutControl =
_context
.TimeoutControl,
701
Log.Http3ConnectionClosing(
_context
.ConnectionId);
918
Debug.Assert(
_context
.ServiceContext.ServerOptions.EnableWebTransportAndH3Datagrams);