public SocketMessage(SocketMemCache client, string command, long messageID, string member, string data, long destinationID) { this.command = command; this.id = messageID; this.member = member; this.data = data; this.fromID = client.ID; this.toID = destinationID; this.timestamp = DateTime.Now; }