Click or drag to resize
GeoIPHelperGetLocationByIpInternal Method
Returns location object according to IP4 address.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public virtual GeoLocation GetLocationByIpInternal(
	string ip
)

Parameters

ip
Type: SystemString
IP4 address

Return Value

Type: GeoLocation
See Also