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); 394if (_context.ServiceContext.ServerOptions.EnableWebTransportAndH3Datagrams) 426if (_context.ServiceContext.ServerOptions.EnableWebTransportAndH3Datagrams) 470Log.RequestProcessingError(_context.ConnectionId, ex); 483Log.RequestProcessingError(_context.ConnectionId, ex); 489Log.RequestProcessingError(_context.ConnectionId, ex); 495Log.Http3ConnectionError(_context.ConnectionId, ex); 590Log.Http3ConnectionClosed(_context.ConnectionId, streamId); 633_context.ServiceContext.Metrics.RequestQueuedStart(MetricsContext, KestrelMetrics.Http3); 640Debug.Assert(_context.ServiceContext.ServerOptions.EnableWebTransportAndH3Datagrams); 679_context.AltSvcHeader, 681_context.ServiceContext, 683_context.MemoryPool, 689TimeoutControl = _context.TimeoutControl, 716Log.Http3ConnectionClosing(_context.ConnectionId); 929Debug.Assert(_context.ServiceContext.ServerOptions.EnableWebTransportAndH3Datagrams);