3 references to Http3ControlStream
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http3\Http3Connection.cs (3)
411var controlStream = new Http3ControlStream<TContext>(application, context, streamType); 418var controlStream = new Http3ControlStream<TContext>(application, context, null); 757OutboundControlStream = new Http3ControlStream<TContext>(application, httpConnectionContext, 0L);