摘要:
using System.Net; /// /// 获得广播地址 /// /// IP地址 /// 子网掩码 /// 广播地址 public static string GetBroadcast(string ipAddress, string subnetMask) { byte[] ip = IPAddress.Parse(ipAd... 阅读全文
posted @ 2015-02-11 08:54
天纯蓝
阅读(3209)
评论(0)
推荐(0)
浙公网安备 33010602011771号