protected int SendCommand(ProdysSocketProxy socket, ICommandBase command) { return(socket.Send(command.GetBytes())); }
private int SendCommand(Socket socket, ICommandBase command) { return(socket.Send(command.GetBytes())); }