IGeoIP2DatabaseReader Interface | 
Namespace: MaxMind.GeoIP2
| Name | Description | |
|---|---|---|
| AnonymousIP(IPAddress) | 
                Look up an IP address in a GeoIP2 Anonymous IP.
              | |
| AnonymousIP(String) | 
                Look up an IP address in a GeoIP2 Anonymous IP.
              | |
| Asn(IPAddress) | 
                Returns an AsnResponse for the specified IP address.
              | |
| Asn(String) | 
                Returns an AsnResponse for the specified IP address.
              | |
| City(IPAddress) | 
                Returns an CityResponse for the specified ip address.
              (Inherited from IGeoIP2Provider.) | |
| City(String) | 
                Returns an CityResponse for the specified ip address.
              (Inherited from IGeoIP2Provider.) | |
| ConnectionType(IPAddress) | 
                Returns an ConnectionTypeResponse for the specified IP address.
              | |
| ConnectionType(String) | 
                Returns an ConnectionTypeResponse for the specified IP address.
              | |
| Country(IPAddress) | 
                Returns an CountryResponse for the specified ip address.
              (Inherited from IGeoIP2Provider.) | |
| Country(String) | 
                Returns an CountryResponse for the specified ip address.
              (Inherited from IGeoIP2Provider.) | |
| Domain(IPAddress) | 
                Returns an DomainResponse for the specified IP address.
              | |
| Domain(String) | 
                Returns an DomainResponse for the specified IP address.
              | |
| Enterprise(IPAddress) | 
                Returns an EnterpriseResponse for the specified IP address.
              | |
| Enterprise(String) | 
                Returns an EnterpriseResponse for the specified IP address.
              | |
| Isp(IPAddress) | 
                Returns an IspResponse for the specified IP address.
              | |
| Isp(String) | 
                Returns an IspResponse for the specified IP address.
              | |
| TryAnonymousIP(IPAddress, AnonymousIPResponse) | 
                Tries to lookup an AnonymousIPResponse for the specified IP address.
              | |
| TryAnonymousIP(String, AnonymousIPResponse) | 
                Tries to lookup an AnonymousIPResponse for the specified IP address.
              | |
| TryAsn(IPAddress, AsnResponse) | 
                Tries to lookup an AsnResponse for the specified IP address.
              | |
| TryAsn(String, AsnResponse) | 
                Tries to lookup an AsnResponse for the specified IP address.
              | |
| TryCity(IPAddress, CityResponse) | 
                Tries to lookup a CityResponse for the specified IP address.
              | |
| TryCity(String, CityResponse) | 
                Tries to lookup a CityResponse for the specified IP address.
              | |
| TryConnectionType(IPAddress, ConnectionTypeResponse) | 
                Tries to lookup a ConnectionTypeResponse for the specified IP address.
              | |
| TryConnectionType(String, ConnectionTypeResponse) | 
                Tries to lookup a ConnectionTypeResponse for the specified IP address.
              | |
| TryCountry(IPAddress, CountryResponse) | 
                Tries to lookup a CountryResponse for the specified IP address.
              | |
| TryCountry(String, CountryResponse) | 
                Tries to lookup a CountryResponse for the specified IP address.
              | |
| TryDomain(IPAddress, DomainResponse) | 
                Tries to lookup a DomainResponse for the specified IP address.
              | |
| TryDomain(String, DomainResponse) | 
                Tries to lookup a DomainResponse for the specified IP address.
              | |
| TryEnterprise(IPAddress, EnterpriseResponse) | 
                Tries to lookup a EnterpriseResponse for the specified IP address.
              | |
| TryEnterprise(String, EnterpriseResponse) | 
                Tries to lookup a EnterpriseResponse for the specified IP address.
              | |
| TryIsp(IPAddress, IspResponse) | 
                Tries to lookup an IspResponse for the specified IP address.
              | |
| TryIsp(String, IspResponse) | 
                Tries to lookup an IspResponse for the specified IP address.
              |