Click or drag to resize

DatabaseReader.TryCountry Method (String, CountryResponse)

Tries to lookup a CountryResponse for the specified IP address.

Namespace:  MaxMind.GeoIP2
Assembly:  MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax
public bool TryCountry(
	string ipAddress,
	out CountryResponse response
)

Parameters

ipAddress
Type: System.String
The IP address.
response
Type: MaxMind.GeoIP2.Responses.CountryResponse
The CountryResponse.

Return Value

Type: Boolean
A Boolean describing whether the IP address was found.

Implements

IGeoIP2DatabaseReader.TryCountry(String, CountryResponse)
See Also