MaxMind.MinFraud : MaxMind.MinFraud.Response Namespace

IIPAddress Interface

An interface for IP address risk classes.

Syntax

public interface 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

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.

Member Details

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

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