1 write to ServerName
System.Net.Security (1)
System\Net\Security\SslClientHelloInfo.cs (1)
18
ServerName
= serverName;
3 references to ServerName
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\SniOptionsSelector.cs (1)
182
var (options, clientCertificateMode) = sniOptionsSelector.GetOptions(callbackContext.Connection, callbackContext.ClientHelloInfo.
ServerName
);
Middleware\HttpsConnectionMiddleware.cs (1)
473
feature.HostName = clientHelloInfo.
ServerName
;
System.Net.Quic (1)
System\Net\Quic\QuicListener.cs (1)
247
await connection.FinishHandshakeAsync(options, clientHello.
ServerName
, cancellationToken).ConfigureAwait(false);