Not Monitored
Tag not monitored by Microsoft.
27,184 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
代码如下:
Ping ping = new Ping();
var result = ping.SendPingAsync(“www.baidu.com”);
PingReply pingReply = result.GetAwaiter().GetResult();
pingReply 中的TTL一直是128