Contains data related to your MaxMind account.
See Also: Inherited members from object.
|
MaxMind
()
|
Constructor |
|
Constructor |
[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. |
ConstructorSyntax
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
ConstructorSyntax
[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
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
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