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)
946if (_clientHelloCallback is not null && !InvokeClientHelloListener(earlyConnection, conn.Session)) 1167_clientHelloCallback!(connection, new ReadOnlySequence<byte>(buffer, 0, written));