1 implementation of OnInboundDecoderStream
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3Connection.cs (1)
795bool IHttp3StreamLifetimeHandler.OnInboundDecoderStream(Http3ControlStream stream)
1 reference to OnInboundDecoderStream
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3ControlStream.cs (1)
220if (!_context.StreamLifetimeHandler.OnInboundDecoderStream(this))