Click or drag to resize
DatabaseReaderTryIsp Method (IPAddress, IspResponse)
Tries to lookup an IspResponse for the specified IP address.

Namespace: MaxMind.GeoIP2
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
Syntax
public bool TryIsp(
	IPAddress ipAddress,
	out IspResponse response
)

Parameters

ipAddress
Type: System.NetIPAddress
The IP address.
response
Type: MaxMind.GeoIP2.ResponsesIspResponse
The IspResponse.

Return Value

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

Implements

IGeoIP2DatabaseReaderTryIsp(IPAddress, IspResponse)
See Also