GeolocationService Class |
Namespace: Dynamicweb.Analytics.Utilities
The GeolocationService type exposes the following members.
Name | Description | |
---|---|---|
Lookup |
Performs IP to location lookup.
| |
LookupBasic |
Performs IP to location lookup and returns only the basic information (IP-address, ISP name and country code).
| |
Ping |
Sends a ping request to location service and returns the number of milliseconds that represents a latency.
| |
ToDataTable(IEnumerableGeolocationInfo) |
Converts the given geolocation data to an instance of DataTable. The IP-address will be used as a primary key.
| |
ToDataTable(IEnumerableGeolocationInfo, Boolean) |
Converts the given geolocation data to an instance of DataTable. The IP-address will be used as a primary key.
|