Click or drag to resize

IGeoIP2WebServicesClient Interface

Interface for web-service client

Namespace:  MaxMind.GeoIP2
Assembly:  MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax
public interface IGeoIP2WebServicesClient : IGeoIP2Provider
Methods
  NameDescription
Public methodCity
Returns an CityResponse for the requesting 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 methodCityAsync
Asynchronously query the GeoIP2 Precision: City web service for the requesting IP address.
Public methodCityAsync(IPAddress)
Asynchronously query the GeoIP2 Precision: City web service for the specified IP address.
Public methodCityAsync(String)
Asynchronously query the GeoIP2 Precision: City web service for the specified IP address.
Public methodCountry
Returns an CountryResponse for the requesting 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 methodCountryAsync
Asynchronously query the GeoIP2 Precision: Country web service for the requesting IP address.
Public methodCountryAsync(IPAddress)
Asynchronously query the GeoIP2 Precision: Country web service for the specified IP address.
Public methodCountryAsync(String)
Asynchronously query the GeoIP2 Precision: Country web service for the specified IP address.
Public methodInsights
Returns an InsightsResponse for the requesting IP address.
Public methodInsights(IPAddress)
Returns an InsightsResponse for the specified IP address.
Public methodInsights(String)
Returns an InsightsResponse for the specified IP address.
Public methodInsightsAsync
Asynchronously query the GeoIP2 Precision: Insights web service for the requesting IP address.
Public methodInsightsAsync(IPAddress)
Asynchronously query the GeoIP2 Precision: Insights web service for the specified IP address.
Public methodInsightsAsync(String)
Asynchronously query the GeoIP2 Precision: Insights web service for the specified IP address.
Top
See Also