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