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)
61if (_clientHelloCallback is not null && Connection is not null && _clientHelloBuffer is not null && _clientHelloLength > 0) 63_clientHelloCallback(Connection, new ReadOnlySequence<byte>(_clientHelloBuffer, 0, _clientHelloLength));