Best way to programmatically configure network adapters in .NET

后端 未结 5 628
梦毁少年i
梦毁少年i 2020-12-01 11:18

I have an application written in C# that needs to be able to configure the network adapters in Windows. I have this basically working through WMI, but there are a couple of

5条回答
  •  庸人自扰
    2020-12-01 11:41

    Checkout this app. it is a complete application to set both wifi and ethernet ips

    https://github.com/kamran7679/ConfigureIP

提交回复
热议问题