DatabaseReaderCountry Method (IPAddress) |
Namespace:
MaxMind.GeoIP2
Assembly:
MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax public 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