1 write to Connection
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
UserCallbacks\HandshakeUserCallback.cs (1)
37
Connection
= connection;
3 references to Connection
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (3)
UserCallbacks\ResolveTlsContextCallback.cs (3)
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));
66
var (context, clientCertificateValidation) = _contextResolver(
Connection
, _targetHostName);