如何获取上次使用的网络连接的名称?
我有一个设备(USB调制解调器),可以在计算机中安装很多网络连接,用户可以随时更改网络连接,也可以随时断开连接。然后我需要获取最后使用的网络连接,这可能吗? windows把它保存在什么东西里?
欢迎采用不同的方法来解决它。
I have a device (USB modem) that can install in the computer a lot of network connection, the user can change the network connection any moment and can be disconnected any moment. then I need get the last network connection used, it's possible? the windows save it in any thing?
Different ways to solve it are welcomed.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您无法获得“最后一个连接”,但您可以获得活动连接,并且还可以通过网络命名空间中的事件检测“网络断开/连接”。
这是我之前使用过的一些 VB.Net 代码,但您应该明白其意图。
I don't think you can get the "last connection", but you can get the Active Connection and you can also detect "Network Disconnected/Connected" via events from the Networking namespace.
This is some VB.Net code that I've used previously, but you should see the intent.