1 write to Connection
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicConnectionListener.cs (1)
74
Connection
= currentAcceptingConnection,
2 references to Connection
Microsoft.AspNetCore.Server.Kestrel.Core (1)
HttpsConfigurationService.cs (1)
170
Connection = new ConnectionContextAdapter(context.
Connection
),
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (1)
QuicConnectionListenerTests.cs (1)
440
connectionContext = context.
Connection
;