Skip to content

davidmus/Ipify.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ipify.NET

An unofficial client library for ipify <http://www.ipify.org>: A Simple IP Address API.

##Meta

##Purpose

This library makes getting your public IP address from .NET languages extremely simple using ipify's api.

##Installation

Install Ipify.NET using NuGet.

##Usage

Using this library is very simple. Here's a simple example:

using System;

using Ipify;

class Program
{
    static void main(string[] args)
	{
		Console.WriteLine(Ipify.GetPublicAddress());
	}
}

##Change Log

All library changes, in descending order.

####Version 1.0.0

Release Sep 23, 2015

  • First release

About

.NET library for ipify.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages