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