Click or drag to resize

IGeoIP2DatabaseReader Interface

Interface for database reader

Namespace:  MaxMind.GeoIP2
Assembly:  MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax
public interface IGeoIP2DatabaseReader : IGeoIP2Provider
Methods
  NameDescription
Public methodAnonymousIP(IPAddress)
Look up an IP address in a GeoIP2 Anonymous IP.
Public methodAnonymousIP(String)
Look up an IP address in a GeoIP2 Anonymous IP.
Public methodAsn(IPAddress)
Returns an AsnResponse for the specified IP address.
Public methodAsn(String)
Returns an AsnResponse for the specified IP address.
Public methodCity(IPAddress)
Returns an CityResponse for the specified ip address.
(Inherited from IGeoIP2Provider.)
Public methodCity(String)
Returns an CityResponse for the specified ip address.
(Inherited from IGeoIP2Provider.)
Public methodConnectionType(IPAddress)
Returns an ConnectionTypeResponse for the specified IP address.
Public methodConnectionType(String)
Returns an ConnectionTypeResponse for the specified IP address.
Public methodCountry(IPAddress)
Returns an CountryResponse for the specified ip address.
(Inherited from IGeoIP2Provider.)
Public methodCountry(String)
Returns an CountryResponse for the specified ip address.
(Inherited from IGeoIP2Provider.)
Public methodDomain(IPAddress)
Returns an DomainResponse for the specified IP address.
Public methodDomain(String)
Returns an DomainResponse for the specified IP address.
Public methodEnterprise(IPAddress)
Returns an EnterpriseResponse for the specified IP address.
Public methodEnterprise(String)
Returns an EnterpriseResponse for the specified IP address.
Public methodIsp(IPAddress)
Returns an IspResponse for the specified IP address.
Public methodIsp(String)
Returns an IspResponse for the specified IP address.
Public methodTryAnonymousIP(IPAddress, AnonymousIPResponse)
Tries to lookup an AnonymousIPResponse for the specified IP address.
Public methodTryAnonymousIP(String, AnonymousIPResponse)
Tries to lookup an AnonymousIPResponse for the specified IP address.
Public methodTryAsn(IPAddress, AsnResponse)
Tries to lookup an AsnResponse for the specified IP address.
Public methodTryAsn(String, AsnResponse)
Tries to lookup an AsnResponse for the specified IP address.
Public methodTryCity(IPAddress, CityResponse)
Tries to lookup a CityResponse for the specified IP address.
Public methodTryCity(String, CityResponse)
Tries to lookup a CityResponse for the specified IP address.
Public methodTryConnectionType(IPAddress, ConnectionTypeResponse)
Tries to lookup a ConnectionTypeResponse for the specified IP address.
Public methodTryConnectionType(String, ConnectionTypeResponse)
Tries to lookup a ConnectionTypeResponse for the specified IP address.
Public methodTryCountry(IPAddress, CountryResponse)
Tries to lookup a CountryResponse for the specified IP address.
Public methodTryCountry(String, CountryResponse)
Tries to lookup a CountryResponse for the specified IP address.
Public methodTryDomain(IPAddress, DomainResponse)
Tries to lookup a DomainResponse for the specified IP address.
Public methodTryDomain(String, DomainResponse)
Tries to lookup a DomainResponse for the specified IP address.
Public methodTryEnterprise(IPAddress, EnterpriseResponse)
Tries to lookup a EnterpriseResponse for the specified IP address.
Public methodTryEnterprise(String, EnterpriseResponse)
Tries to lookup a EnterpriseResponse for the specified IP address.
Public methodTryIsp(IPAddress, IspResponse)
Tries to lookup an IspResponse for the specified IP address.
Public methodTryIsp(String, IspResponse)
Tries to lookup an IspResponse for the specified IP address.
Top
See Also