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: 2.0.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 (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also