Click or drag to resize
IPAddress Class
Model for minFraud GeoIP2 Insights data.
Inheritance Hierarchy
SystemObject
  AbstractResponse
    AbstractCountryResponse
      AbstractCityResponse
        InsightsResponse
          MaxMind.MinFraud.ResponseIPAddress

Namespace:  MaxMind.MinFraud.Response
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 0.6.0
Syntax
public sealed class IPAddress : InsightsResponse, 
	IIPAddress

The IPAddress type exposes the following members.

Constructors
  NameDescription
Public methodIPAddress
Initializes a new instance of the IPAddress class
Top
Properties
  NameDescription
Public propertyCity (Inherited from AbstractCityResponse.)
Public propertyContinent (Inherited from AbstractCountryResponse.)
Public propertyCountry
Country object for the requested IP address. This record represents the country where MaxMind believes the IP is located.
Public propertyLocation
Location object for the requested IP address.
Public propertyMaxMind (Inherited from AbstractCountryResponse.)
Public propertyMostSpecificSubdivision (Inherited from AbstractCityResponse.)
Public propertyPostal (Inherited from AbstractCityResponse.)
Public propertyRegisteredCountry (Inherited from AbstractCountryResponse.)
Public propertyRepresentedCountry (Inherited from AbstractCountryResponse.)
Public propertyRisk
The risk associated with the IP address. The value ranges from 0.01 to 99. A higher score indicates a higher risk.
Public propertySubdivisions (Inherited from AbstractCityResponse.)
Public propertyTraits (Inherited from AbstractCountryResponse.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides AbstractCityResponse.ToString.)
Top
See Also