ChiakiYu.Common.Web.WebHelper.GetIP C# (CSharp) 메소드

GetIP() 공개 정적인 메소드

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

Same methods

WebHelper::GetIP ( HttpContext httpContext ) : string