1 write to _clientHelloCallback
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
TlsEventPump.cs (1)
220_clientHelloCallback = clientHelloCallback;
2 references to _clientHelloCallback
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (2)
TlsEventPump.cs (2)
909if (firstSuspension && _clientHelloCallback is not null && conn.Connection is not null && 923clientHelloBuffer is null ? null : _clientHelloCallback,