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)
75
public PipeReader Input =>
_context
.Transport.Input;
76
public KestrelTrace Log =>
_context
.ServiceContext.Log;
82
public string TraceIdentifier =>
_context
.StreamContext.ConnectionId;
150
Log.Http3GoAwayStreamId(
_context
.ConnectionId, id);
203
_context
.StreamLifetimeHandler.OnStreamHeaderReceived(this);
208
if (!
_context
.StreamLifetimeHandler.OnInboundControlStream(this))
217
if (!
_context
.StreamLifetimeHandler.OnInboundEncoderStream(this))
226
if (!
_context
.StreamLifetimeHandler.OnInboundDecoderStream(this))
245
_context
.StreamLifetimeHandler.OnStreamConnectionError(ex);
249
await
_context
.StreamContext.DisposeAsync();
252
_context
.StreamLifetimeHandler.OnStreamCompleted(this);
279
Log.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();