摘要: public class IPUtil { /// /// 获取本地内网IP /// /// public string GetHostIPAddress() { try { IPHostEntry ipEn... 阅读全文
posted @ 2016-11-14 17:12 Plus301 阅读(1167) 评论(0) 推荐(0) 编辑
摘要: /// /// 获取真ip /// /// public string GetRealIP() { string result = String.Empty; result = System.Web.HttpContext.Current.Request... 阅读全文
posted @ 2016-11-14 16:59 Plus301 阅读(354) 评论(0) 推荐(0) 编辑