1 write to OutboundControlStream
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3Connection.cs (1)
757OutboundControlStream = new Http3ControlStream<TContext>(application, httpConnectionContext, 0L);
3 references to OutboundControlStream
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http3\Http3Connection.cs (3)
225ValidateOpenControlStream(OutboundControlStream, this, timestamp); 759await ProcessOutboundControlStreamAsync(OutboundControlStream); 764if (OutboundControlStream is Http3ControlStream stream)