Exemple #1
0
 public void Send(ICommand command)
 {
     _socket.SendCompletelyWithEof(command.ToBytes());
 }