Model for minFraud GeoIP2 Insights data.
See Also: Inherited members from MaxMind.GeoIP2.Responses.InsightsResponse.
|
IPAddress
()
|
Documentation for this section has not yet been entered. |
[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. |
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 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 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
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
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