Exemple #1
0
 protected int SendCommand(ProdysSocketProxy socket, ICommandBase command)
 {
     return(socket.Send(command.GetBytes()));
 }
Exemple #2
0
 private int SendCommand(Socket socket, ICommandBase command)
 {
     return(socket.Send(command.GetBytes()));
 }