2 writes to Connection
Microsoft.AspNetCore.Server.Kestrel.Core (2)
HttpsConfigurationService.cs (1)
170Connection = new ConnectionContextAdapter(context.Connection),
Middleware\HttpsConnectionMiddleware.cs (1)
477Connection = context,
1 reference to Connection
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\SniOptionsSelector.cs (1)
182var (options, clientCertificateMode) = sniOptionsSelector.GetOptions(callbackContext.Connection, callbackContext.ClientHelloInfo.ServerName);