1 write to StreamLifetimeHandler
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3StreamContext.cs (1)
28StreamLifetimeHandler = connection._streamLifetimeHandler;
10 references to StreamLifetimeHandler
Microsoft.AspNetCore.Server.Kestrel.Core (10)
Internal\Http3\Http3ControlStream.cs (7)
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); 376_context.StreamLifetimeHandler.OnInboundControlStreamSetting((Http3SettingType)id, value);
Internal\Http3\Http3Stream.cs (3)
654_context.StreamLifetimeHandler.OnStreamConnectionError(ex); 703_context.StreamLifetimeHandler.OnStreamCompleted(this); 872_context.StreamLifetimeHandler.OnStreamHeaderReceived(this);