detect if machine is online or offline using WMI and C#

后端 未结 3 2019
抹茶落季
抹茶落季 2021-01-21 22:24

I use vs2008, winxp, in LAN network with Win2003 servers.

I want a application installed in winxp for detect if win2003 machines is online or offline , and if offline wh

3条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-21 23:24

    If the machines honor ICMP echo requests, you can use the Ping class instead of WMI.

提交回复
热议问题