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: 3.0.0
Syntax
CountryResponse Country(
	IPAddress ipAddress
)

Parameters

ipAddress
Type: System.NetIPAddress
The ip address.

Return Value

Type: CountryResponse
An CountryResponse
See Also