IGeoIP2ProviderCountry Method (String) |
Namespace:
MaxMind.GeoIP2
Assembly:
MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax CountryResponse Country(
string ipAddress
)
Function Country (
ipAddress As String
) As CountryResponse
CountryResponse^ Country(
String^ ipAddress
)
abstract Country :
ipAddress : string -> CountryResponse
Parameters
- ipAddress
- Type: SystemString
The ip address.
Return Value
Type:
CountryResponseAn
CountryResponseSee Also