示例#1
0
 public Task <bool> IsReachable(string host, TimeSpan timeout)
 {
     return(Task <bool> .Run(() => Reachability.IsHostReachable(host)));
 }