Exemple #1
0
        public Network()
        {
            try
            {
                CloudCheck.Init();
                CloudCheck.Detected += new CloudDetected(CloudCheck_Detected);
                CSNetworkConnection  = new Connection();
                SEA.InitializeKey(2048, Encoding.UTF8.GetBytes("5SA9H3QDG2/*653V9Q+ez1g9*e6vcxg*tufd688yfdhy4gu7789e89ez56789y7t7/rt7e87t8tr787ç/78"), 57);


                ReceiveAsync recv = new ReceiveAsync(AsyncReceive);
                recv.BeginInvoke(null, null);
            }
            catch
            {
            }
            finally
            {
            }
        }
Exemple #2
0
 public void BecomeStacked(ReceiveAsync receive)
 {
     _behavior.Push(receive);
 }
Exemple #3
0
 public void Become(ReceiveAsync receive)
 {
     _behavior.Clear();
     _behavior.Push(receive);
 }