Click or drag to resize

DatabaseReaderTryAnonymousIP Method (IPAddress, AnonymousIPResponse)

Tries to lookup an AnonymousIPResponse for the specified IP address.

Namespace:  MaxMind.GeoIP2
Assembly:  MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax
public bool TryAnonymousIP(
	IPAddress ipAddress,
	out AnonymousIPResponse response
)

Parameters

ipAddress
Type: System.NetIPAddress
The IP address.
response
Type: MaxMind.GeoIP2.ResponsesAnonymousIPResponse
The AnonymousIPResponse.

Return Value

Type: Boolean
A Boolean describing whether the IP address was found.

Implements

IGeoIP2DatabaseReaderTryAnonymousIP(IPAddress, AnonymousIPResponse)
See Also