Click or drag to resize

IGeoIP2Provider Interface

This class provides the interface implemented by both DatabaseReader and WebServiceClient.

Namespace:  MaxMind.GeoIP2
Assembly:  MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax
public interface IGeoIP2Provider
Methods
  NameDescription
Public methodCity(IPAddress)
Returns an CityResponse for the specified ip address.
Public methodCity(String)
Returns an CityResponse for the specified ip address.
Public methodCountry(IPAddress)
Returns an CountryResponse for the specified ip address.
Public methodCountry(String)
Returns an CountryResponse for the specified ip address.
Top
See Also