Click or drag to resize

DatabaseReader.TryEnterprise Method (IPAddress, EnterpriseResponse)

Tries to lookup a EnterpriseResponse for the specified IP address.

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

Parameters

ipAddress
Type: System.Net.IPAddress
The IP address.
response
Type: MaxMind.GeoIP2.Responses.EnterpriseResponse
The EnterpriseResponse.

Return Value

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

Implements

IGeoIP2DatabaseReader.TryEnterprise(IPAddress, EnterpriseResponse)
See Also