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

Namespace:  MaxMind.GeoIP2
Assembly:  MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.2
Syntax
CityResponse City(
	string ipAddress
)

Parameters

ipAddress
Type: SystemString
The ip address.

Return Value

Type: CityResponse
An CityResponse
See Also