ChiakiYu.Common.Web.WebHelper.GetIP C# (CSharp) Méthode

GetIP() public static méthode

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

Same methods

WebHelper::GetIP ( HttpContext httpContext ) : string