3 references to SslClientHelloInfo
System.Net.Quic (1)
System\Net\Quic\QuicListener.cs (1)
346
SslClientHelloInfo clientHello = new
SslClientHelloInfo
(data.Info->ServerNameLength > 0 ? Encoding.UTF8.GetString((byte*)data.Info->ServerName, data.Info->ServerNameLength) : "", SslProtocols.Tls13);
System.Net.Security (2)
System\Net\Security\SslStream.IO.cs (1)
511
await _sslAuthenticationOptions.ServerOptionDelegate(this, new
SslClientHelloInfo
(_sslAuthenticationOptions.TargetHost, _lastFrame.SupportedVersions),
System\Net\Security\TlsSession.cs (1)
1606
return new
SslClientHelloInfo
(frameInfo.TargetName ?? string.Empty, frameInfo.SupportedVersions);