IP2C.NET icon indicating copy to clipboard operation
IP2C.NET copied to clipboard

A C# in-memory IP to country search engine based on http://software77.net/geo-ip/ database

IP2C.NET

Use single C# class to implement IP address to country search based on http://software77.net/geo-ip/ database.

No database is required. The CountryFinder class uses in-memory array and binary search algorithm to provide fast search(0.01ms/request).