IGeoIP2ProviderCountry Method (IPAddress) |
Namespace: MaxMind.GeoIP2Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
SyntaxCountryResponse Country(
IPAddress ipAddress
)
Function Country (
ipAddress As IPAddress
) As CountryResponse
CountryResponse^ Country(
IPAddress^ ipAddress
)
abstract Country :
ipAddress : IPAddress -> CountryResponse
Parameters
- ipAddress
- Type: System.NetIPAddress
The ip address.
Return Value
Type:
CountryResponseAn
CountryResponse
See Also