Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# external ip

string pubIp =  new System.Net.WebClient().DownloadString("https://api.ipify.org");
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #external #ip
ADD COMMENT
Topic
Name
7+8 =