Interface for web-service client
Asynchronously query the GeoIP2 Precision: City web service for the specified IP address.Syntax
public System.Threading.Tasks.Task<MaxMind.GeoIP2.Responses.CityResponse> CityAsync (System.Net.IPAddress ipAddress)Parameters
- ipAddress
- The IP address.
Returns
Task that produces an object modeling the City responseRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.GeoIP2
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 2.3.0.0
Asynchronously query the GeoIP2 Precision: City web service for the specified IP address.Syntax
public System.Threading.Tasks.Task<MaxMind.GeoIP2.Responses.CityResponse> CityAsync (string ipAddress)Parameters
- ipAddress
- The IP address.
Returns
Task that produces an object modeling the City responseRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.GeoIP2
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 2.3.0.0
Asynchronously query the GeoIP2 Precision: Country web service for the specified IP address.Syntax
public System.Threading.Tasks.Task<MaxMind.GeoIP2.Responses.CountryResponse> CountryAsync (System.Net.IPAddress ipAddress)Parameters
- ipAddress
- The IP address.
Returns
Task that produces an object modeling the Country responseRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.GeoIP2
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 2.3.0.0
Asynchronously query the GeoIP2 Precision: Country web service for the specified IP address.Syntax
public System.Threading.Tasks.Task<MaxMind.GeoIP2.Responses.CountryResponse> CountryAsync (string ipAddress)Parameters
- ipAddress
- The IP address.
Returns
Task that produces an object modeling the Country responseRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.GeoIP2
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 2.3.0.0
Returns an MaxMind.GeoIP2.Responses.InsightsResponse for the specified IP address.Syntax
public MaxMind.GeoIP2.Responses.InsightsResponse Insights (System.Net.IPAddress ipAddress)Parameters
- ipAddress
- The IP address.
Returns
An MaxMind.GeoIP2.Responses.InsightsResponseRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.GeoIP2
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 2.3.0.0
Returns an MaxMind.GeoIP2.Responses.InsightsResponse for the specified IP address.Syntax
public MaxMind.GeoIP2.Responses.InsightsResponse Insights (string ipAddress)Parameters
- ipAddress
- The IP address.
Returns
An MaxMind.GeoIP2.Responses.InsightsResponseRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.GeoIP2
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 2.3.0.0
Asynchronously query the GeoIP2 Precision: Insights web service for the specified IP address.Syntax
public System.Threading.Tasks.Task<MaxMind.GeoIP2.Responses.InsightsResponse> InsightsAsync (System.Net.IPAddress ipAddress)Parameters
- ipAddress
- The IP address.
Returns
Task that produces an object modeling the Insights responseRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.GeoIP2
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 2.3.0.0
Asynchronously query the GeoIP2 Precision: Insights web service for the specified IP address.Syntax
public System.Threading.Tasks.Task<MaxMind.GeoIP2.Responses.InsightsResponse> InsightsAsync (string ipAddress)Parameters
- ipAddress
- The IP address.
Returns
Task that produces an object modeling the Insights responseRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.GeoIP2
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 2.3.0.0