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