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)
203_context.StreamLifetimeHandler.OnStreamHeaderReceived(this); 208if (!_context.StreamLifetimeHandler.OnInboundControlStream(this)) 217if (!_context.StreamLifetimeHandler.OnInboundEncoderStream(this)) 226if (!_context.StreamLifetimeHandler.OnInboundDecoderStream(this)) 245_context.StreamLifetimeHandler.OnStreamConnectionError(ex); 252_context.StreamLifetimeHandler.OnStreamCompleted(this); 422_context.StreamLifetimeHandler.OnInboundControlStreamSetting((Http3SettingType)id, value);
Internal\Http3\Http3Stream.cs (3)
662_context.StreamLifetimeHandler.OnStreamConnectionError(ex); 711_context.StreamLifetimeHandler.OnStreamCompleted(this); 892_context.StreamLifetimeHandler.OnStreamHeaderReceived(this);