MaxMind.GeoIP2 : MaxMind.GeoIP2.Model Namespace

Postal Class

Contains data for the postal record associated with an IP address.

Syntax

public class Postal

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

Postal ()
Constructor
Constructor

Public Properties

[read-only]
Code string . The postal code of the location. Postal codes are not available for all countries. In some countries, this will only contain part of the postal code.
[read-only]
Confidence Nullable<int> . A value from 0-100 indicating MaxMind's confidence that the postal code is correct. This value is only set when using the Insights web service or the Enterprise database.

Public Methods

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

Member Details

Postal Constructor

Constructor

Syntax

public Postal ()

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

Postal Constructor

Constructor

Syntax

[MaxMind.Db.Constructor]
public Postal (string code, Nullable<int> confidence)

Parameters

code
Documentation for this section has not yet been entered.
confidence
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

Code Property

The postal code of the location. Postal codes are not available for all countries. In some countries, this will only contain part of the postal code.

Syntax

[Newtonsoft.Json.JsonProperty("code")]
public string Code { 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

Confidence Property

A value from 0-100 indicating MaxMind's confidence that the postal code is correct. This value is only set when using the Insights web service or the Enterprise database.

Syntax

[Newtonsoft.Json.JsonProperty("confidence")]
public Nullable<int> Confidence { 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