标签: c# ping
我可以使用如下代码ping IP:
Ping pinger = new Ping(); PingReply reply = pinger.Send(IP_Address, timeout);
如何在ping中确定特定端口(例如端口80)?