DatabaseReaderEnterprise Method (String) |
Namespace: MaxMind.GeoIP2Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
Syntaxpublic EnterpriseResponse Enterprise(
string ipAddress
)
Public Function Enterprise (
ipAddress As String
) As EnterpriseResponse
public:
virtual EnterpriseResponse^ Enterprise(
String^ ipAddress
) sealed
abstract Enterprise :
ipAddress : string -> EnterpriseResponse
override Enterprise :
ipAddress : string -> EnterpriseResponse
Parameters
- ipAddress
- Type: SystemString
The IP address.
Return Value
Type:
EnterpriseResponseAn
EnterpriseResponseImplements
IGeoIP2DatabaseReaderEnterprise(String)
See Also