MaxMind.MinFraud : MaxMind.MinFraud.Response Namespace

GeoIP2Location Class

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

Syntax

public sealed class GeoIP2Location : MaxMind.GeoIP2.Model.Location

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.Location.

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
LocalTime Nullable<DateTimeOffset> . The date and time of the transaction in the time zone associated with the IP address.

Public Methods

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

Member Details

GeoIP2Location Constructor

Documentation for this section has not yet been entered.

Syntax

public GeoIP2Location ()

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

LocalTime Property

The date and time of the transaction in the time zone associated with the IP address.

Syntax

[Newtonsoft.Json.JsonProperty("local_time")]
public Nullable<DateTimeOffset> LocalTime { 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