WebServiceClientCountry Method (String) |
Namespace: MaxMind.GeoIP2Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
Syntaxpublic CountryResponse Country(
string ipAddress
)
Public Function Country (
ipAddress As String
) As CountryResponse
public:
virtual CountryResponse^ Country(
String^ ipAddress
) sealed
abstract Country :
ipAddress : string -> CountryResponse
override Country :
ipAddress : string -> CountryResponse
Parameters
- ipAddress
- Type: SystemString
The IP address.
Return Value
Type:
CountryResponseAn
CountryResponseImplements
IGeoIP2ProviderCountry(String)
See Also