GeoLookupService ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Represents a service that can lookup country/city names by domainnames/ip addresses. Thehis implementatuion uses free data from: http://dev.maxmind.com/geoip/geoip2/geolite2/. Must include MaxMind attribution on the public site that uses this data (see License section on maxmind.com)
Inheritance Hierarchy

OnlineSystem Object
  NFX DisposableObject
    NFX.ApplicationModel ApplicationComponent
      NFX.ServiceModel Service
        NFX.Web.GeoLookup GeoLookupService

Namespace: NFX.Web.GeoLookup
Assembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public class GeoLookupService : Service, 
	IGeoLookup, IApplicationComponent, IDisposable
See Also