1 write to Connection
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
UserCallbacks\HandshakeUserCallback.cs (1)
37Connection = connection;
3 references to Connection
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (3)
UserCallbacks\ResolveTlsContextCallback.cs (3)
61if (_clientHelloCallback is not null && Connection is not null && _clientHelloBuffer is not null && _clientHelloLength > 0) 63_clientHelloCallback(Connection, new ReadOnlySequence<byte>(_clientHelloBuffer, 0, _clientHelloLength)); 66var (context, clientCertificateValidation) = _contextResolver(Connection, _targetHostName);