IGeoIP2ProviderCity Method (String) |
Namespace: MaxMind.GeoIP2Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
SyntaxCityResponse City(
string ipAddress
)
Function City (
ipAddress As String
) As CityResponse
CityResponse^ City(
String^ ipAddress
)
abstract City :
ipAddress : string -> CityResponse
Parameters
- ipAddress
- Type: SystemString
The ip address.
Return Value
Type:
CityResponseAn
CityResponse
See Also