Click or drag to resize
DatabaseReaderAnonymousIP Method (IPAddress)
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(
	IPAddress ipAddress
)

Parameters

ipAddress
Type: System.NetIPAddress
The IP address.

Return Value

Type: AnonymousIPResponse
An AnonymousIPResponse

Implements

IGeoIP2DatabaseReaderAnonymousIP(IPAddress)
See Also