断开网络 C#
我是否可以在不需要检测网络适配器等的情况下断开系统与互联网的连接?
我想将此功能添加到我的软件中,但找不到合适的方法。
任何人都可以对此有所启发吗?
我正在通过 WPF 应用程序运行它。
谢谢
Is it possible for me to disconnect the systems connection to the internet without the need for detecting the network adapter etc.?
I would like to add this functionality to my software but can't find a proper method.
Can anyone shine some light on this.
I am running it through a WPF app.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有很多方法可以实现您的要求,最好的方法是取决于您想要支持的平台和其他要求。
我确信这不是可能方法的完整列表。我不知道可以使用什么简单的 .NET API。
您应该小心确保应用程序结束后计算机可以像以前一样工作。
There are many ways to implement your requirement, the best is depend on the platforms which you want support and for other requirements.
I am sure that it is not the full list of possible ways. I know no simple .NET API which can you use.
You should be careful to be sure that after the end of your application the computer can work as before.