1 write to _context
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3ControlStream.cs (1)
45_context = context;
14 references to _context
Microsoft.AspNetCore.Server.Kestrel.Core (14)
Internal\Http3\Http3ControlStream.cs (14)
69public PipeReader Input => _context.Transport.Input; 70public KestrelTrace Log => _context.ServiceContext.Log; 76public string TraceIdentifier => _context.StreamContext.ConnectionId; 144Log.Http3GoAwayStreamId(_context.ConnectionId, id); 197_context.StreamLifetimeHandler.OnStreamHeaderReceived(this); 202if (!_context.StreamLifetimeHandler.OnInboundControlStream(this)) 211if (!_context.StreamLifetimeHandler.OnInboundEncoderStream(this)) 220if (!_context.StreamLifetimeHandler.OnInboundDecoderStream(this)) 239_context.StreamLifetimeHandler.OnStreamConnectionError(ex); 244_context.StreamLifetimeHandler.OnStreamCompleted(this); 264Log.Http3FrameReceived(_context.ConnectionId, _streamIdFeature.StreamId, _incomingFrame); 376_context.StreamLifetimeHandler.OnInboundControlStreamSetting((Http3SettingType)id, value); 390_context.Connection.StopProcessingNextRequest(serverInitiated: false, ConnectionEndReason.ClientGoAway); 391_context.ConnectionContext.Features.Get<IConnectionLifetimeNotificationFeature>()?.RequestClose();