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