WebServiceClientCountry Method (String) |
Namespace:
MaxMind.GeoIP2
Assembly:
MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax public 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