MaxMind.MinFraud : MaxMind.MinFraud.Response Namespace

GeoIP2Country Class

A subclass of the GeoIP2 Country model with minFraud-specific additions.

Syntax

public sealed class GeoIP2Country : MaxMind.GeoIP2.Model.Country

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.Model.Country.

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
IsHighRisk Nullable<bool> . This is true if the IP country is high risk.

Public Methods

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

Member Details

GeoIP2Country Constructor

Documentation for this section has not yet been entered.

Syntax

public GeoIP2Country ()

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

IsHighRisk Property

This is true if the IP country is high risk.

Syntax

[Newtonsoft.Json.JsonProperty("is_high_risk")]
public Nullable<bool> IsHighRisk { 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