https://github.com/nagilum/ipinfoio
C# wrapper to contect and retrieve info about a given IP.
https://github.com/nagilum/ipinfoio
Last synced: 3 months ago
JSON representation
C# wrapper to contect and retrieve info about a given IP.
- Host: GitHub
- URL: https://github.com/nagilum/ipinfoio
- Owner: nagilum
- Created: 2016-07-04T10:42:23.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-04T10:44:15.000Z (almost 9 years ago)
- Last Synced: 2025-01-16T13:48:04.474Z (4 months ago)
- Language: C#
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# IPInfoIO
C# wrapper to contect and retrieve info about a given IP.
```csharp
var ipinfo = IPInfoIO.Get("188.113.79.64");
```