Example #1
0
        public void GetAllIPInfoTest()
        {
            string rdo = IPUtils.GetAllIPInfo();

            Assert.IsFalse(String.IsNullOrEmpty(rdo));
        }