2 references to ServerNameLength
System.Net.Quic (2)
System\Net\Quic\QuicListener.cs (2)
346SslClientHelloInfo clientHello = new SslClientHelloInfo(data.Info->ServerNameLength > 0 ? Encoding.UTF8.GetString((byte*)data.Info->ServerName, data.Info->ServerNameLength) : "", SslProtocols.Tls13);