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)
69
public PipeReader Input =>
_context
.Transport.Input;
70
public KestrelTrace Log =>
_context
.ServiceContext.Log;
76
public string TraceIdentifier =>
_context
.StreamContext.ConnectionId;
144
Log.Http3GoAwayStreamId(
_context
.ConnectionId, id);
197
_context
.StreamLifetimeHandler.OnStreamHeaderReceived(this);
202
if (!
_context
.StreamLifetimeHandler.OnInboundControlStream(this))
211
if (!
_context
.StreamLifetimeHandler.OnInboundEncoderStream(this))
220
if (!
_context
.StreamLifetimeHandler.OnInboundDecoderStream(this))
239
_context
.StreamLifetimeHandler.OnStreamConnectionError(ex);
244
_context
.StreamLifetimeHandler.OnStreamCompleted(this);
264
Log.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();