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)
81public PipeReader Input => _context.Transport.Input; 82public KestrelTrace Log => _context.ServiceContext.Log; 89public string TraceIdentifier => _context.StreamContext.ConnectionId; 151Log.Http3GoAwayStreamId(_context.ConnectionId, id); 204_context.StreamLifetimeHandler.OnStreamHeaderReceived(this); 209if (!_context.StreamLifetimeHandler.OnInboundControlStream(this)) 218if (!_context.StreamLifetimeHandler.OnInboundEncoderStream(this)) 227if (!_context.StreamLifetimeHandler.OnInboundDecoderStream(this)) 246_context.StreamLifetimeHandler.OnStreamConnectionError(ex); 250await _context.StreamContext.DisposeAsync(); 253_context.StreamLifetimeHandler.OnStreamCompleted(this); 280Log.Http3FrameReceived(_context.ConnectionId, _streamIdFeature.StreamId, incomingFrame); 413_context.StreamLifetimeHandler.OnInboundControlStreamSetting((Http3SettingType)id, value); 433_context.Connection.StopProcessingNextRequest(serverInitiated: false, ConnectionEndReason.ClientGoAway); 434_context.ConnectionContext.Features.Get<IConnectionLifetimeNotificationFeature>()?.RequestClose();