在C#中如何获取网络适配器子网掩码?

huangapple go评论126阅读模式
英文:

How to get network adapter subnet mask in C#?

问题

你可以使用C#应用程序来查询网络适配器的子网掩码。

英文:

In Windows I can configure the IP address and subnet mask of a network adapter

How can I query this subnet mask from a C# application?

答案1

得分: 0

我终于自己找到了答案。原来子网掩码可以通过这个属性获取:

UnicastIPAddressInformation.IPv4Mask

英文:

I finally found the answer myself. Turns out the subnet mask can be obtained via this property:

UnicastIPAddressInformation.IPv4Mask

huangapple
  • 本文由 发表于 2023年7月6日 20:13:39
  • 转载请务必保留本文链接:https://go.coder-hub.com/76628715.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定