foreach(string Host in MyHostsCollection) { Ping myPing = new Ping(); PingReply reply = myPing.send(Host, timeoutConstant); }
Comment