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); 619_context.ServiceContext.Metrics.RequestQueuedStart(MetricsContext, KestrelMetrics.Http3); 626Debug.Assert(_context.ServiceContext.ServerOptions.EnableWebTransportAndH3Datagrams); 665_context.AltSvcHeader, 667_context.ServiceContext, 669_context.MemoryPool, 675TimeoutControl = _context.TimeoutControl, 702Log.Http3ConnectionClosing(_context.ConnectionId); 919Debug.Assert(_context.ServiceContext.ServerOptions.EnableWebTransportAndH3Datagrams);