DatabaseReaderCity Method (String) | 
  
    Namespace: 
   MaxMind.GeoIP2
    Assembly:
   MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntaxpublic CityResponse City(
	string ipAddress
)
Public Function City ( 
	ipAddress As String
) As CityResponse
public:
virtual CityResponse^ City(
	String^ ipAddress
) sealed
abstract City : 
        ipAddress : string -> CityResponse 
override City : 
        ipAddress : string -> CityResponse Parameters
- ipAddress
 - Type: SystemString
The IP address. 
Return Value
Type: 
CityResponseAn 
CityResponseImplements
IGeoIP2ProviderCity(String)
See Also