IGeoIP2ProviderCountry Method (String) | 
  
    Namespace: 
   MaxMind.GeoIP2
    Assembly:
   MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
SyntaxCountryResponse Country(
	string ipAddress
)
Function Country ( 
	ipAddress As String
) As CountryResponse
CountryResponse^ Country(
	String^ ipAddress
)
abstract Country : 
        ipAddress : string -> CountryResponse 
Parameters
- ipAddress
 - Type: SystemString
The ip address. 
Return Value
Type: 
CountryResponseAn 
CountryResponse
See Also