DatabaseReaderTryEnterprise Method (IPAddress, EnterpriseResponse) |
Namespace:
MaxMind.GeoIP2
Assembly:
MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax public bool TryEnterprise(
IPAddress ipAddress,
out EnterpriseResponse response
)
Public Function TryEnterprise (
ipAddress As IPAddress,
<OutAttribute> ByRef response As EnterpriseResponse
) As Boolean
public:
virtual bool TryEnterprise(
IPAddress^ ipAddress,
[OutAttribute] EnterpriseResponse^% response
) sealed
abstract TryEnterprise :
ipAddress : IPAddress *
response : EnterpriseResponse byref -> bool
override 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.
Implements
IGeoIP2DatabaseReaderTryEnterprise(IPAddress, EnterpriseResponse)See Also