Ejemplo n.º 1
0
 public void Send(Message message)
 {
     byte[] buffer = message.ToByte();
     channel.Write(buffer, 0, buffer.Length);
 }