Example #1
0
 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;
 }
Example #2
0
 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;
 }