示例#1
0
        void rpc_serverConnected(RPCServer sender, CipherAlgorithmType cipherAlgorithm, Int32 cipherStrength)
        {
            ReadOnlyDictionary <int, UpdateResult> update = _homegear.GetUpdateStatus().Results;

            _logger.LogInformation("Incomming connection from Homegear. Cipher algorithm: {0}, cipher strength: {1}.", cipherAlgorithm.ToString(), cipherStrength.ToString());
        }