1 write to _clientHelloCallback
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
TlsEventPump.cs (1)
195
_clientHelloCallback
= clientHelloCallback;
2 references to _clientHelloCallback
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (2)
TlsEventPump.cs (2)
946
if (
_clientHelloCallback
is not null && !InvokeClientHelloListener(earlyConnection, conn.Session))
1167
_clientHelloCallback
!(connection, new ReadOnlySequence<byte>(buffer, 0, written));