使用 .Net (C#) 自动分配 IP 地址?
我需要使用 .Net 自动分配 IP 地址。那里已经有什么东西了,或者有人可以给我指出正确的方向吗?我知道我可以使用 WMI 来执行此操作,但某些资源是针对 vbscript 的。我希望使用 .Net
更新:我需要将多个静态 IP 分配给单个 NIC
I need to automate IP Address assignments using .Net. Is there something already out there or can someone point me in the right direction. I know I can use WMI to do this, but some of the resources were for vbscript. I am hoping to use .Net
Update: I need to assign multiple static IPs to a single NIC
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这帮助了我: 如何使用 C# 代码更改网络设置(IP 地址、DNS、WINS、主机名)
This helped me out: How can you change Network settings (IP Address, DNS, WINS, Host Name) with code in C#