1 write to _clientHelloCallback
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
UserCallbacks\ResolveTlsContextCallback.cs (1)
46
_clientHelloCallback
= clientHelloCallback;
2 references to _clientHelloCallback
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (2)
UserCallbacks\ResolveTlsContextCallback.cs (2)
61
if (
_clientHelloCallback
is not null && Connection is not null && _clientHelloBuffer is not null && _clientHelloLength > 0)
63
_clientHelloCallback
(Connection, new ReadOnlySequence<byte>(_clientHelloBuffer, 0, _clientHelloLength));