Exemplo n.º 1
0
 public void SendBytes(byte[] bytes, string senderID)
 {
     SocketMessageHandler.SendBytes(bytes, this.ID, senderID);
 }
Exemplo n.º 2
0
 public void SendJSON(dynamic jsonData)
 {
     SocketMessageHandler.SendJSON(jsonData);
 }