MaxMind.MinFraud : MaxMind.MinFraud.Response Namespace

IPAddress Class

Model for minFraud GeoIP2 Insights data.

Syntax

public sealed class IPAddress : MaxMind.GeoIP2.Responses.InsightsResponse, 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 MaxMind.GeoIP2.Responses.InsightsResponse.

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
Country GeoIP2Country . Country object for the requested IP address. This record represents the country where MaxMind believes the IP is located.
[read-only]
Location GeoIP2Location . Location object for the requested IP address.
[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

IPAddress Constructor

Documentation for this section has not yet been entered.

Syntax

public IPAddress ()

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

Country Property

Country object for the requested IP address. This record represents the country where MaxMind believes the IP is located.

Syntax

[Newtonsoft.Json.JsonProperty("country")]
public GeoIP2Country Country { 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

Location Property

Location object for the requested IP address.

Syntax

[Newtonsoft.Json.JsonProperty("location")]
public GeoIP2Location Location { 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

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