ChiakiYu.Common.Web.WebHelper.GetIP C# (CSharp) Method

GetIP() public static method

获取IP地址
public static GetIP ( ) : string
return string
        public static string GetIP()
        {
            return GetIP(HttpContext.Current);
        }

Same methods

WebHelper::GetIP ( HttpContext httpContext ) : string