Click or drag to resize

WebServiceClient Methods

The WebServiceClient type exposes the following members.

Methods
  NameDescription
Public methodCity
Returns an CityResponse for the requesting IP address.
Public methodCity(IPAddress)
Returns an CityResponse for the specified IP address.
Public methodCity(String)
Returns an CityResponse for the specified IP address.
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.
Public methodCountry(String)
Returns an CountryResponse for the specified IP address.
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 methodDispose
Release resources back to the operating system.
Protected methodDispose(Boolean)
Release resources back to the operating system.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
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.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also