MaxMind.MinFraud : MaxMind.MinFraud.Response Namespace

ScoreIPAddress Class

The IP addresses risk.

Syntax

public sealed class ScoreIPAddress : IIPAddress

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

Members

See Also: Inherited members from object.

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
Risk Nullable<double> . The risk associated with the IP address. The value ranges from 0.01 to 99. A higher score indicates a higher risk.

Public Methods

override
ToString () : string
Returns a string that represents the current object.

Member Details

ScoreIPAddress Constructor

Documentation for this section has not yet been entered.

Syntax

public ScoreIPAddress ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

Risk Property

The risk associated with the IP address. The value ranges from 0.01 to 99. A higher score indicates a higher risk.

Syntax

[Newtonsoft.Json.JsonProperty("risk")]
public Nullable<double> Risk { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

ToString Method

Returns a string that represents the current object.

Syntax

public override string ToString ()

Returns

A string that represents the current object.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0