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
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(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
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also