Click or drag to resize
DatabaseReaderAnonymousIP Method (String)
Look up an IP address in a GeoIP2 Anonymous IP.

Namespace: MaxMind.GeoIP2
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
Syntax
public AnonymousIPResponse AnonymousIP(
	string ipAddress
)

Parameters

ipAddress
Type: SystemString
The IP address.

Return Value

Type: AnonymousIPResponse
An AnonymousIPResponse

Implements

IGeoIP2DatabaseReaderAnonymousIP(String)
See Also