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)
909
if (firstSuspension &&
_clientHelloCallback
is not null && conn.Connection is not null &&
923
clientHelloBuffer is null ? null :
_clientHelloCallback
,