AbstractCountryResponse Class |
Namespace: MaxMind.GeoIP2.Responses
The AbstractCountryResponse type exposes the following members.
Name | Description | |
---|---|---|
AbstractCountryResponse |
Initializes a new instance of the AbstractCountryResponse class.
| |
AbstractCountryResponse(Continent, Country, MaxMind, Country, RepresentedCountry, Traits) |
Initializes a new instance of the AbstractCountryResponse class.
|
Name | Description | |
---|---|---|
Continent |
Gets the continent for the requested IP address.
| |
Country |
Gets the country for the requested IP address. This
object represents the country where MaxMind believes
the end user is located
| |
MaxMind |
Gets the MaxMind record containing data related to your account
| |
RegisteredCountry |
Registered country record for the requested IP address. This
record represents the country where the ISP has registered a
given IP block and may differ from the user's country.
| |
RepresentedCountry |
Represented country record for the requested IP address. The
represented country is used for things like military bases or
embassies. It is only present when the represented country
differs from the country.
| |
Traits |
Gets the traits for the requested IP address.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetLocales |
Sets the locales on all the NamedEntity properties.
(Overrides AbstractResponseSetLocales(IEnumerableString).) | |
ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |