How get my public IP address displayed on the webpage

@LEROY_Daniel Try this:

var socket1 as new URLConnection
var pubip as String = socket1.SendSync("Get", "https://ipv6.icanhazip.com", 10)