Click or drag to resize

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
)

Parameters

ip
Type: System.Collections.GenericIEnumerableString
A list of IP addresses to get the location details for.

Return Value

Type: IDictionaryString, GeolocationInfo
A list of "IP-address - location information" pairs.
See Also