public void SendHandShake() { byte[] bytes = PackageUtils.EncodePacket(Packet.PacketType.HandshakeAck, null); Send(bytes); }