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)
94private KestrelTrace Log => _context.ServiceContext.Log; 96public KestrelServerLimits Limits => _context.ServiceContext.ServerOptions.Limits; 101public string ConnectionId => _context.ConnectionId; 102public ITimeoutControl TimeoutControl => _context.TimeoutControl; 258var serviceContext = _context.ServiceContext; 307var minDataRate = _context.ServiceContext.ServerOptions.Limits.MinResponseDataRate; 321Log.ResponseMinimumDataRateNotSatisfied(_context.ConnectionId, stream.TraceIdentifier); 392if (_context.ServiceContext.ServerOptions.EnableWebTransportAndH3Datagrams) 424if (_context.ServiceContext.ServerOptions.EnableWebTransportAndH3Datagrams) 468Log.RequestProcessingError(_context.ConnectionId, ex); 481Log.RequestProcessingError(_context.ConnectionId, ex); 487Log.RequestProcessingError(_context.ConnectionId, ex); 493Log.Http3ConnectionError(_context.ConnectionId, ex); 580Log.Http3ConnectionClosed(_context.ConnectionId, streamId); 623_context.ServiceContext.Metrics.RequestQueuedStart(MetricsContext, KestrelMetrics.Http3); 630Debug.Assert(_context.ServiceContext.ServerOptions.EnableWebTransportAndH3Datagrams); 669_context.AltSvcHeader, 671_context.ServiceContext, 673_context.MemoryPool, 679TimeoutControl = _context.TimeoutControl, 706Log.Http3ConnectionClosing(_context.ConnectionId); 923Debug.Assert(_context.ServiceContext.ServerOptions.EnableWebTransportAndH3Datagrams);