Exemplo n.º 1
0
 public void Broadcast(byte messageCode, byte[] bytes)
 {
     connection.SendBytes(Relay.Broadcast(messageCode, bytes));
 }
Exemplo n.º 2
0
 //Send String
 public void Broadcast(string header, string content)
 {
     connection.Send(Relay.Broadcast(header, content));
 }