Click or drag to resize
ScoreIPAddress Class
The IP addresses risk.
Inheritance Hierarchy
SystemObject
  MaxMind.MinFraud.ResponseScoreIPAddress

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

The ScoreIPAddress type exposes the following members.

Constructors
  NameDescription
Public methodScoreIPAddress
Initializes a new instance of the ScoreIPAddress class
Top
Properties
  NameDescription
Public propertyRisk
The risk associated with the IP address. The value ranges from 0.01 to 99. A higher score indicates a higher risk.
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 ObjectToString.)
Top
See Also