Click or drag to resize
IGeoIP2ProviderCountry Method (String)
Returns an CountryResponse for the specified ip address.

Namespace: MaxMind.GeoIP2
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
Syntax
CountryResponse Country(
	string ipAddress
)

Parameters

ipAddress
Type: SystemString
The ip address.

Return Value

Type: CountryResponse
An CountryResponse
See Also