예제 #1
0
 public void SendMessage(byte[] binary)
 {
     Send(AESCrypto.ASEEncrypt(binary));
 }