IGeoIP2DatabaseReaderTryEnterprise Method (IPAddress, EnterpriseResponse) |
Namespace:
MaxMind.GeoIP2
Assembly:
MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax bool TryEnterprise(
IPAddress ipAddress,
out EnterpriseResponse response
)
Function TryEnterprise (
ipAddress As IPAddress,
<OutAttribute> ByRef response As EnterpriseResponse
) As Boolean
bool TryEnterprise(
IPAddress^ ipAddress,
[OutAttribute] EnterpriseResponse^% response
)
abstract TryEnterprise :
ipAddress : IPAddress *
response : EnterpriseResponse byref -> bool
Parameters
- ipAddress
- Type: System.NetIPAddress
The IP address. - response
- Type: MaxMind.GeoIP2.ResponsesEnterpriseResponse
The EnterpriseResponse.
Return Value
Type:
BooleanA
Boolean describing whether the IP address was found.
See Also