Click or drag to resize

IGeoIP2ProviderCity Method (IPAddress)

Returns an CityResponse for the specified ip address.

Namespace:  MaxMind.GeoIP2
Assembly:  MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax
CityResponse City(
	IPAddress ipAddress
)

Parameters

ipAddress
Type: System.NetIPAddress
The ip address.

Return Value

Type: CityResponse
An CityResponse
See Also