IPAddress Class |
Namespace: MaxMind.MinFraud.Response
The IPAddress type exposes the following members.
Name | Description | |
---|---|---|
![]() | City |
Gets the city for the requested IP address.
(Inherited from AbstractCityResponse.) |
![]() | Continent |
Gets the continent for the requested IP address.
(Inherited from AbstractCountryResponse.) |
![]() | Country |
Country object for the requested IP address. This record represents the
country where MaxMind believes the IP is located.
|
![]() | Location |
Location object for the requested IP address.
|
![]() | MaxMind |
Gets the MaxMind record containing data related to your account
(Inherited from AbstractCountryResponse.) |
![]() | MostSpecificSubdivision |
An object representing the most specific subdivision returned. If
the response did not contain any subdivisions, this method
returns an empty Subdivision object.
(Inherited from AbstractCityResponse.) |
![]() | Postal |
Gets the postal object for the requested IP address.
(Inherited from AbstractCityResponse.) |
![]() | 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.
(Inherited from AbstractCountryResponse.) |
![]() | 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.
(Inherited from AbstractCountryResponse.) |
![]() | Risk |
The risk associated with the IP address. The value ranges from 0.01
to 99. A higher score indicates a higher risk.
|
![]() | Subdivisions |
An ListT of Subdivision objects representing
the country subdivisions for the requested IP address. The number
and type of subdivisions varies by country, but a subdivision is
typically a state, province, county, etc. Subdivisions are
ordered from most general (largest) to most specific (smallest).
If the response did not contain any subdivisions, this method
returns an empty array.
(Inherited from AbstractCityResponse.) |
![]() | Traits |
Gets the traits for the requested IP address.
(Inherited from AbstractCountryResponse.) |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString |
Returns a string that represents the current object.
(Overrides AbstractCityResponseToString.) |