This class provides the interface implemented by both MaxMind.GeoIP2.DatabaseReader and MaxMind.GeoIP2.WebServiceClient.
|
City
(string)Returns an MaxMind.GeoIP2.Responses.CityResponse for the specified ip address. |
|
|
CityIspOrg
(string)Returns an MaxMind.GeoIP2.Responses.CityIspOrgResponse for the specified ip address. |
|
|
Country
(string)Returns an MaxMind.GeoIP2.Responses.CountryResponse for the specified ip address. |
|
|
Omni
(string)Returns an MaxMind.GeoIP2.Responses.OmniResponse for the specified ip address. |
Returns an MaxMind.GeoIP2.Responses.CityResponse for the specified ip address.
Syntax
public MaxMind.GeoIP2.Responses.CityResponse City (string ipAddress)Parameters
- ipAddress
- The ip address.
Returns
An MaxMind.GeoIP2.Responses.CityResponseRemarks
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
Returns an MaxMind.GeoIP2.Responses.CityIspOrgResponse for the specified ip address.
Syntax
public MaxMind.GeoIP2.Responses.CityIspOrgResponse CityIspOrg (string ipAddress)Parameters
- ipAddress
- The ip address.
Returns
An MaxMind.GeoIP2.Responses.CityIspOrgResponseRemarks
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
Returns an MaxMind.GeoIP2.Responses.CountryResponse for the specified ip address.
Syntax
public MaxMind.GeoIP2.Responses.CountryResponse Country (string ipAddress)Parameters
- ipAddress
- The ip address.
Returns
An MaxMind.GeoIP2.Responses.CountryResponseRemarks
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
Returns an MaxMind.GeoIP2.Responses.OmniResponse for the specified ip address.
Syntax
public MaxMind.GeoIP2.Responses.OmniResponse Omni (string ipAddress)Parameters
- ipAddress
- The ip address.
Returns
An MaxMind.GeoIP2.Responses.OmniResponseRemarks
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