Interface for database reader
|
AnonymousIP
(string)Look up an IP address in a GeoIP2 Anonymous IP. |
|
|
ConnectionType
(string)Returns an MaxMind.GeoIP2.Responses.ConnectionTypeResponse for the specified IP address. |
|
|
Domain
(string)Returns an MaxMind.GeoIP2.Responses.DomainResponse for the specified IP address. |
|
|
Isp
(string)Returns an MaxMind.GeoIP2.Responses.IspResponse for the specified IP address. |
Look up an IP address in a GeoIP2 Anonymous IP.Syntax
public MaxMind.GeoIP2.Responses.AnonymousIPResponse AnonymousIP (string ipAddress)Parameters
- ipAddress
- The IP address.
Returns
An MaxMind.GeoIP2.Responses.AnonymousIPResponseRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.GeoIP2
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 2.3.0.0
Returns an MaxMind.GeoIP2.Responses.ConnectionTypeResponse for the specified IP address.Syntax
public MaxMind.GeoIP2.Responses.ConnectionTypeResponse ConnectionType (string ipAddress)Parameters
- ipAddress
- The IP address.
Returns
An MaxMind.GeoIP2.Responses.ConnectionTypeResponseRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.GeoIP2
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 2.3.0.0
Returns an MaxMind.GeoIP2.Responses.DomainResponse for the specified IP address.Syntax
public MaxMind.GeoIP2.Responses.DomainResponse Domain (string ipAddress)Parameters
- ipAddress
- The IP address.
Returns
An MaxMind.GeoIP2.Responses.DomainResponseRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.GeoIP2
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 2.3.0.0
Returns an MaxMind.GeoIP2.Responses.IspResponse for the specified IP address.Syntax
public MaxMind.GeoIP2.Responses.IspResponse Isp (string ipAddress)Parameters
- ipAddress
- The IP address.
Returns
An MaxMind.GeoIP2.Responses.IspResponseRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.GeoIP2
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 2.3.0.0