[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)
System Object NFX DisposableObject NFX.ApplicationModel ApplicationComponent NFX.ServiceModel Service NFX.Web.GeoLookup GeoLookupServiceNamespace: NFX.Web.GeoLookupAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
public class GeoLookupService : Service,
IGeoLookup, IApplicationComponent, IDisposable
public class GeoLookupService : Service,
IGeoLookup, IApplicationComponent, IDisposable
Public Class GeoLookupService
Inherits Service
Implements IGeoLookup, IApplicationComponent, IDisposable
Public Class GeoLookupService
Inherits Service
Implements IGeoLookup, IApplicationComponent, IDisposable
public ref class GeoLookupService : public Service,
IGeoLookup, IApplicationComponent, IDisposable
public ref class GeoLookupService : public Service,
IGeoLookup, IApplicationComponent, IDisposable
type GeoLookupService =
class
inherit Service
interface IGeoLookup
interface IApplicationComponent
interface IDisposable
end
type GeoLookupService =
class
inherit Service
interface IGeoLookup
interface IApplicationComponent
interface IDisposable
end