MaxMind.GeoIP2 : MaxMind.GeoIP2.Model Namespace

Postal Class

Contains data for the postal record associated with an IP address. This record is returned by all the end points except the Country end point.

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

Members

See Also: Inherited members from object.

Public Constructors

Postal ()
Documentation for this section has not yet been entered.

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. This attribute is returned by all end points except the Country end point.
[read-only]
Confidence Nullable<int> . A value from 0-100 indicating MaxMind's confidence that the postal code is correct. This attribute is only available from the Omni end point.

Public Methods

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

Member Details

Postal Constructor

Documentation for this section has not yet been entered.

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: 0.3.2.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. This attribute is returned by all end points except the Country end point.

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

Confidence Property

A value from 0-100 indicating MaxMind's confidence that the postal code is correct. This attribute is only available from the Omni end point.

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