检测网络是否连通最可靠的方法,本类使用非常方便,调用示例: Dim p As New Ping p.TimeOut = 5000 '超时,有默认值,可以省略 p.HostIP = "202.108.22.5" '要ping的IP地址,有默认值,可以省略 Dim r As Boolean = p.IsAvailable '返回网络是否连通 ------------------------------ 代码有详细的说明,从中你可以参考到: 1.怎样阻塞一个线程,直到某个结果返回 2.怎样给某个方法
局域网通过共享文件的方式同步数据示例小程序 http://www.deepleo.com/archives/829 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; using System.Net.NetworkInformation; using System.Net; namespace SyncFilesRemoteShareFol
ping命令基础和实例,实用简单和易学。 示例: C:\>ping -a 192.168.1.21 Pinging iceblood.yofor.com [192.168.1.21] with 32 bytes of data: Reply from 192.168.1.21: bytes=32 time<10ms TTL=254 Reply from 192.168.1.21: bytes=32 time<10ms TTL=254 Reply from 192.168.1.