Пример #1
0
    public static string GetRealIP()
    {
        string ip = CRequest.GetIP();

        return(ip);
    }