WebServiceClientCity Method (IPAddress) |
Namespace: MaxMind.GeoIP2Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
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