| GeolocationServiceLookup Method |
Performs IP to location lookup.
Namespace:
Dynamicweb.Analytics.Utilities
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public static IDictionary<string, GeolocationInfo> Lookup(
IEnumerable<string> ip
)
Public Shared Function Lookup (
ip As IEnumerable(Of String)
) As IDictionary(Of String, GeolocationInfo)
Parameters
- ip
- Type: System.Collections.GenericIEnumerableString
A list of IP addresses to get the location details for.
Return Value
Type:
IDictionaryString,
GeolocationInfoA list of "IP-address - location information" pairs.
See Also