2 writes to ClientHelloInfo
Microsoft.AspNetCore.Server.Kestrel.Core (2)
HttpsConfigurationService.cs (1)
167
ClientHelloInfo
= context.ClientHelloInfo,
Middleware\HttpsConnectionMiddleware.cs (1)
481
ClientHelloInfo
= clientHelloInfo,
2 references to ClientHelloInfo
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\SniOptionsSelector.cs (1)
182
var (options, clientCertificateMode) = sniOptionsSelector.GetOptions(callbackContext.Connection, callbackContext.
ClientHelloInfo
.ServerName);
ListenOptionsHttpsExtensions.cs (1)
239
OnConnection = context => serverOptionsSelectionCallback(context.SslStream, context.
ClientHelloInfo
, context.State, context.CancellationToken),