MaxMind.GeoIP2 : MaxMind.GeoIP2.Model Namespace

MaxMind Class

Contains data related to your MaxMind account.

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: 2.6.0.0

Members

See Also: Inherited members from object.

Public Constructors

Constructor
Constructor

Public Properties

[read-only]
QueriesRemaining Nullable<int> . The number of remaining queried in your account for the web service end point. This will be null when using a local database.

Public Methods

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

Member Details

MaxMind Constructor

Constructor

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: 2.6.0.0

MaxMind Constructor

Constructor

Syntax

[MaxMind.Db.Constructor]
public MaxMind ([MaxMind.Db.Parameter("queries_remaining", false)] Nullable<int> queriesRemaining)

Parameters

queriesRemaining
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: 2.6.0.0

QueriesRemaining Property

The number of remaining queried in your account for the web service end point. This will be null when using a local database.

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: 2.6.0.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: 2.6.0.0