2 references to TryGetClientHelloBytes
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
TlsEventPump.cs (1)
1290
if (!session.
TryGetClientHelloBytes
(rented.AsSpan(0, helloLength), out var written) || written <= 0)
System.Net.Security (1)
System\Net\Security\TlsSession.cs (1)
543
/// <see cref="
TryGetClientHelloBytes
"/>.