pwujczyk / ProductivityTools.NetworkUtilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Network Utilities

The library returns external IP of the computer.

Currently library has one method, which returns external IP, to do it it calls http://ifconfig.me/ip which shows ip of the caller.

var externalIp = ExternalIP.Get();

Diagram

About


Languages

Language:C# 100.0%