IGeoIP2WebServicesClient Interface |
Namespace: MaxMind.GeoIP2
Name | Description | |
---|---|---|
City |
Returns an CityResponse for the requesting 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.) | |
CityAsync |
Asynchronously query the GeoIP2 Precision: City web service for the requesting IP address.
| |
CityAsync(IPAddress) |
Asynchronously query the GeoIP2 Precision: City web service for the specified IP address.
| |
CityAsync(String) |
Asynchronously query the GeoIP2 Precision: City web service for the specified IP address.
| |
Country |
Returns an CountryResponse for the requesting 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.) | |
CountryAsync |
Asynchronously query the GeoIP2 Precision: Country web service for the requesting IP address.
| |
CountryAsync(IPAddress) |
Asynchronously query the GeoIP2 Precision: Country web service for the specified IP address.
| |
CountryAsync(String) |
Asynchronously query the GeoIP2 Precision: Country web service for the specified IP address.
| |
Insights |
Returns an InsightsResponse for the requesting IP address.
| |
Insights(IPAddress) |
Returns an InsightsResponse for the specified IP address.
| |
Insights(String) |
Returns an InsightsResponse for the specified IP address.
| |
InsightsAsync |
Asynchronously query the GeoIP2 Precision: Insights web service for the requesting IP address.
| |
InsightsAsync(IPAddress) |
Asynchronously query the GeoIP2 Precision: Insights web service for the specified IP address.
| |
InsightsAsync(String) |
Asynchronously query the GeoIP2 Precision: Insights web service for the specified IP address.
|