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)
204_context.StreamLifetimeHandler.OnStreamHeaderReceived(this); 209if (!_context.StreamLifetimeHandler.OnInboundControlStream(this)) 218if (!_context.StreamLifetimeHandler.OnInboundEncoderStream(this)) 227if (!_context.StreamLifetimeHandler.OnInboundDecoderStream(this)) 246_context.StreamLifetimeHandler.OnStreamConnectionError(ex); 253_context.StreamLifetimeHandler.OnStreamCompleted(this); 413_context.StreamLifetimeHandler.OnInboundControlStreamSetting((Http3SettingType)id, value);
Internal\Http3\Http3Stream.cs (3)
680_context.StreamLifetimeHandler.OnStreamConnectionError(ex); 729_context.StreamLifetimeHandler.OnStreamCompleted(this); 912_context.StreamLifetimeHandler.OnStreamHeaderReceived(this);