Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 530 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 530 Bytes

CSharp-IP2Location

Gets ip2location.com Lite DB1 as a typed List to save in your database or cache or whatever your persistent storage is.

Usage

First you need to build this from source or download this package from NuGet: https://www.nuget.org/packages/IP2Location

After you have included this library all you have to do is call the Download method from IP2LocationHandler: List<IPRangeCountry> range = IP2LocationHandler.Download();