MaxMind.GeoIP2 : MaxMind.GeoIP2.Model Namespace

MaxMind Class

Contains data related to your MaxMind account. This record is returned by all the end points.

Syntax

public class MaxMind

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.GeoIP2.Model
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 0.3.2.0

Members

See Also: Inherited members from object.

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
QueriesRemaining Nullable<int> . The number of remaining queried in your account for the current end point.

Public Methods

override
ToString () : string
Returns a string that represents this instance.

Member Details

MaxMind Constructor

Documentation for this section has not yet been entered.

Syntax

public MaxMind ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.GeoIP2.Model
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 0.3.2.0

QueriesRemaining Property

The number of remaining queried in your account for the current end point.

Syntax

[Newtonsoft.Json.JsonProperty("queries_remaining")]
public Nullable<int> QueriesRemaining { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.GeoIP2.Model
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 0.3.2.0

ToString Method

Returns a string that represents this instance.

Syntax

public override string ToString ()

Returns

A string that represents this instance.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.GeoIP2.Model
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 0.3.2.0