Click or drag to resize
IGeoIP2ProviderCountry Method (IPAddress)
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(
	IPAddress ipAddress
)

Parameters

ipAddress
Type: System.NetIPAddress
The ip address.

Return Value

Type: CountryResponse
An CountryResponse
See Also