1 write to Connection
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3StreamContext.cs (1)
32Connection = 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);