DatabaseReaderEnterprise Method (IPAddress) |
Namespace:
MaxMind.GeoIP2
Assembly:
MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax public EnterpriseResponse Enterprise(
IPAddress ipAddress
)
Public Function Enterprise (
ipAddress As IPAddress
) As EnterpriseResponse
public:
virtual EnterpriseResponse^ Enterprise(
IPAddress^ ipAddress
) sealed
abstract Enterprise :
ipAddress : IPAddress -> EnterpriseResponse
override Enterprise :
ipAddress : IPAddress -> EnterpriseResponse
Parameters
- ipAddress
- Type: System.NetIPAddress
The IP address.
Return Value
Type:
EnterpriseResponseAn
EnterpriseResponseImplements
IGeoIP2DatabaseReaderEnterprise(IPAddress)See Also