IGeoIP2ProviderCity Method (IPAddress) |
Namespace:
MaxMind.GeoIP2
Assembly:
MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax CityResponse City(
IPAddress ipAddress
)
Function City (
ipAddress As IPAddress
) As CityResponse
CityResponse^ City(
IPAddress^ ipAddress
)
abstract City :
ipAddress : IPAddress -> CityResponse
Parameters
- ipAddress
- Type: System.NetIPAddress
The ip address.
Return Value
Type:
CityResponseAn
CityResponseSee Also