Click or drag to resize

GeolocationServiceLookupBasic Method

Performs IP to location lookup and returns only the basic information (IP-address, ISP name and country code).

Namespace:  Dynamicweb.Analytics.Utilities
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public static IDictionary<string, GeolocationInfo> LookupBasic(
	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