3 instantiations of Http3ControlStream
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http3\Http3Connection.cs (3)
409
var controlStream = new
Http3ControlStream
<TContext>(application, context, streamType);
416
var controlStream = new
Http3ControlStream
<TContext>(application, context, null);
742
return new
Http3ControlStream
<TContext>(application, httpConnectionContext, 0L);
2 references to Http3ControlStream
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\Http3Connection.cs (2)
409
var
controlStream = new Http3ControlStream<TContext>(application, context, streamType);
416
var
controlStream = new Http3ControlStream<TContext>(application, context, null);