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