DatabaseReaderCountry Method (IPAddress) |
Namespace: MaxMind.GeoIP2Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
Syntaxpublic CountryResponse Country(
IPAddress ipAddress
)
Public Function Country (
ipAddress As IPAddress
) As CountryResponse
public:
virtual CountryResponse^ Country(
IPAddress^ ipAddress
) sealed
abstract Country :
ipAddress : IPAddress -> CountryResponse
override Country :
ipAddress : IPAddress -> CountryResponse
Parameters
- ipAddress
- Type: System.NetIPAddress
The IP address.
Return Value
Type:
CountryResponseAn
CountryResponseImplements
IGeoIP2ProviderCountry(IPAddress)
See Also