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