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