2 writes to Connection
Microsoft.AspNetCore.Server.Kestrel.Core (2)
HttpsConfigurationService.cs (1)
170
Connection
= new ConnectionContextAdapter(context.Connection),
Middleware\HttpsConnectionMiddleware.cs (1)
447
Connection
= context,
2 references to Connection
Interop.FunctionalTests (1)
Http3\Http3RequestTests.cs (1)
1645
connectionContext = context.
Connection
;
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\SniOptionsSelector.cs (1)
182
var (options, clientCertificateMode) = sniOptionsSelector.GetOptions(callbackContext.
Connection
, callbackContext.ClientHelloInfo.ServerName);