摘要: using System; using System.Text;using System.Net.Sockets;using System.Net.Mail;using System.Net;namespace DotNet.Utilities{ /// /// 网络操作相关的类 /// publicclassNetHelper { #region 检查设置的IP地址是否正确,返回正确的IP地址 /// /// 检查设置的IP地址是否正确,并返回正确的IP地址,无效IP地址返回"-1"。 /// /// 设置的IP地址 //public static string GetV 阅读全文
posted @ 2013-12-22 19:41 superstar 阅读(947) 评论(0) 推荐(0)