Ejemplo n.º 1
0
 public void CommandBlind(string command, bool raw = false)
 {
     RemoteClientDriver.SetClientTimeout(client, longServerResponseTimeout);
     RemoteClientDriver.CommandBlind(clientNumber, client, URIBase, TL, command, raw);
 }