コード例 #1
0
 public void GetIpLocation()
 {
     Assert.IsNotNull(MiscService.GetIpLocationAsync(IPAddress.Parse("123.123.123.123")).Result.Type);
 }