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)
81
public PipeReader Input =>
_context
.Transport.Input;
82
public KestrelTrace Log =>
_context
.ServiceContext.Log;
89
public string TraceIdentifier =>
_context
.StreamContext.ConnectionId;
151
Log.Http3GoAwayStreamId(
_context
.ConnectionId, id);
204
_context
.StreamLifetimeHandler.OnStreamHeaderReceived(this);
209
if (!
_context
.StreamLifetimeHandler.OnInboundControlStream(this))
218
if (!
_context
.StreamLifetimeHandler.OnInboundEncoderStream(this))
227
if (!
_context
.StreamLifetimeHandler.OnInboundDecoderStream(this))
246
_context
.StreamLifetimeHandler.OnStreamConnectionError(ex);
250
await
_context
.StreamContext.DisposeAsync();
253
_context
.StreamLifetimeHandler.OnStreamCompleted(this);
280
Log.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();