Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 c# 获取客户端子网掩码。
我怎么才能得到它?
首先,首先检查NetworkInterface类。里面有很多信息。这些文章将对您有所帮助:
NetworkInterface
IP Address Calculations with C# (Subnetmasks, Networks, …)
Get Subnet Mask
Finding subnet mask from IP4 address using c#
不可能知道客户端的网络正在使用什么子网掩码(如果我们谈论的是 D 类和 E 类 IP 地址)。
我的假设是,“客户端”是指连接到服务器的远程计算机。否则请参阅@Soner Gönül 答案。