private void CM_PING(CMSG_PING cpkt) { SMSG_PONG spkt = new SMSG_PONG(); spkt.SessionId = cpkt.SessionId; this.Send((byte[])spkt); }