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