MaxMind.GeoIP2 : MaxMind.GeoIP2 Namespace

IGeoIP2Provider Interface

This class provides the interface implemented by both MaxMind.GeoIP2.DatabaseReader and MaxMind.GeoIP2.WebServiceClient.

Syntax

public interface IGeoIP2Provider

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Members

Public Methods

Member Details

City Method

Returns an MaxMind.GeoIP2.Responses.CityResponse for the specified ip address.

Syntax

Parameters

ipAddress
The ip address.

Returns

An MaxMind.GeoIP2.Responses.CityResponse

Remarks

Documentation for this section has not yet been entered.

Requirements

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

CityIspOrg Method

Returns an MaxMind.GeoIP2.Responses.CityIspOrgResponse for the specified ip address.

Syntax

Parameters

ipAddress
The ip address.

Returns

An MaxMind.GeoIP2.Responses.CityIspOrgResponse

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Country Method

Returns an MaxMind.GeoIP2.Responses.CountryResponse for the specified ip address.

Syntax

Parameters

ipAddress
The ip address.

Returns

An MaxMind.GeoIP2.Responses.CountryResponse

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Omni Method

Returns an MaxMind.GeoIP2.Responses.OmniResponse for the specified ip address.

Syntax

Parameters

ipAddress
The ip address.

Returns

An MaxMind.GeoIP2.Responses.OmniResponse

Remarks

Documentation for this section has not yet been entered.

Requirements

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