Click or drag to resize

IGeoIP2DatabaseReaderAnonymousIP Method (IPAddress)

Look up an IP address in a GeoIP2 Anonymous IP.

Namespace:  MaxMind.GeoIP2
Assembly:  MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax
AnonymousIPResponse AnonymousIP(
	IPAddress ipAddress
)

Parameters

ipAddress
Type: System.NetIPAddress
The IP address.

Return Value

Type: AnonymousIPResponse
An AnonymousIPResponse
See Also