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