ICMP 禁用/阻止:如何使用 C# 检查 Internet 连接
如果 ICMP 被管理员阻止/禁用。当无法进行 ping 测试时,有什么方法可以通过 C# 检查互联网连接。
提前致谢。
If ICMP Is Blocked/Disabled by Administrator. Is there any way to check the internet connection through C# when ping test is not possible.
Thanks in Advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我还没有尝试过,但是我认为以下工作。
我认为这将完成这项工作,并且可能需要向用途添加'System.net'。
I have not tried it yet, but I think the following works.
I think this will do the job, and it might be required to add 'System.Net' or so to the usings.