WebServiceClientCityAsync Method  | 
 
                Asynchronously query the GeoIP2 Precision: City web service for the requesting IP address.
            
 
    Namespace: 
   MaxMind.GeoIP2
    Assembly:
   MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntaxpublic Task<CityResponse> CityAsync()
Public Function CityAsync As Task(Of CityResponse)
public:
virtual Task<CityResponse^>^ CityAsync() sealed
abstract CityAsync : unit -> Task<CityResponse> 
override CityAsync : unit -> Task<CityResponse> 
Return Value
Type: 
TaskCityResponseTask that produces an object modeling the City response
Implements
IGeoIP2WebServicesClientCityAsync
See Also