1 write to _clientHelloLength
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
UserCallbacks\ResolveTlsContextCallback.cs (1)
48
_clientHelloLength
= clientHelloLength;
2 references to _clientHelloLength
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
));