摘要:
public class IPUtil { /// /// 获取本地内网IP /// /// public string GetHostIPAddress() { try { IPHostEntry ipEn... 阅读全文
摘要:
/// /// 获取真ip /// /// public string GetRealIP() { string result = String.Empty; result = System.Web.HttpContext.Current.Request... 阅读全文