Click or drag to resize
IGeoIP2DatabaseReaderTryEnterprise Method (String, EnterpriseResponse)
Tries to lookup a EnterpriseResponse for the specified IP address.

Namespace: MaxMind.GeoIP2
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
Syntax
bool TryEnterprise(
	string ipAddress,
	out EnterpriseResponse response
)

Parameters

ipAddress
Type: SystemString
The IP address.
response
Type: MaxMind.GeoIP2.ResponsesEnterpriseResponse
The EnterpriseResponse.

Return Value

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