1 write to _context
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3ControlStream.cs (1)
51_context = context;
15 references to _context
Microsoft.AspNetCore.Server.Kestrel.Core (15)
Internal\Http3\Http3ControlStream.cs (15)
75public PipeReader Input => _context.Transport.Input; 76public KestrelTrace Log => _context.ServiceContext.Log; 82public string TraceIdentifier => _context.StreamContext.ConnectionId; 150Log.Http3GoAwayStreamId(_context.ConnectionId, id); 203_context.StreamLifetimeHandler.OnStreamHeaderReceived(this); 208if (!_context.StreamLifetimeHandler.OnInboundControlStream(this)) 217if (!_context.StreamLifetimeHandler.OnInboundEncoderStream(this)) 226if (!_context.StreamLifetimeHandler.OnInboundDecoderStream(this)) 245_context.StreamLifetimeHandler.OnStreamConnectionError(ex); 249await _context.StreamContext.DisposeAsync(); 252_context.StreamLifetimeHandler.OnStreamCompleted(this); 279Log.Http3FrameReceived(_context.ConnectionId, _streamIdFeature.StreamId, incomingFrame); 422_context.StreamLifetimeHandler.OnInboundControlStreamSetting((Http3SettingType)id, value); 442_context.Connection.StopProcessingNextRequest(serverInitiated: false, ConnectionEndReason.ClientGoAway); 443_context.ConnectionContext.Features.Get<IConnectionLifetimeNotificationFeature>()?.RequestClose();