1 write to Connection
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3StreamContext.cs (1)
32
Connection
= connection;
2 references to Connection
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\Http3ControlStream.cs (1)
390
_context.
Connection
.StopProcessingNextRequest(serverInitiated: false, ConnectionEndReason.ClientGoAway);
Internal\Http3\Http3Stream.cs (1)
1231
_context.WebTransportSession = _context.
Connection
!.OpenNewWebTransportSession(this);