Interface for database reader
Look up an IP address in a GeoIP2 Anonymous IP.Syntax
public MaxMind.GeoIP2.Responses.AnonymousIPResponse AnonymousIP (System.Net.IPAddress 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.6.0.0
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.6.0.0
Returns an MaxMind.GeoIP2.Responses.ConnectionTypeResponse for the specified IP address.Syntax
public MaxMind.GeoIP2.Responses.ConnectionTypeResponse ConnectionType (System.Net.IPAddress 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.6.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.6.0.0
Returns an MaxMind.GeoIP2.Responses.DomainResponse for the specified IP address.Syntax
public MaxMind.GeoIP2.Responses.DomainResponse Domain (System.Net.IPAddress 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.6.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.6.0.0
Returns an MaxMind.GeoIP2.Responses.EnterpriseResponse for the specified IP address.Syntax
public MaxMind.GeoIP2.Responses.EnterpriseResponse Enterprise (System.Net.IPAddress ipAddress)Parameters
- ipAddress
- The IP address.
Returns
An MaxMind.GeoIP2.Responses.EnterpriseResponseRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.GeoIP2
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 2.6.0.0
Returns an MaxMind.GeoIP2.Responses.EnterpriseResponse for the specified IP address.Syntax
public MaxMind.GeoIP2.Responses.EnterpriseResponse Enterprise (string ipAddress)Parameters
- ipAddress
- The IP address.
Returns
An MaxMind.GeoIP2.Responses.EnterpriseResponseRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.GeoIP2
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 2.6.0.0
Returns an MaxMind.GeoIP2.Responses.IspResponse for the specified IP address.Syntax
public MaxMind.GeoIP2.Responses.IspResponse Isp (System.Net.IPAddress 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.6.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.6.0.0
Tries to lookup an MaxMind.GeoIP2.Responses.AnonymousIPResponse for the specified IP address.Syntax
public bool TryAnonymousIP (System.Net.IPAddress ipAddress, out MaxMind.GeoIP2.Responses.AnonymousIPResponse response)Parameters
- ipAddress
- The IP address.
- response
- The MaxMind.GeoIP2.Responses.AnonymousIPResponse.
Returns
A bool describing whether the IP address was found.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.GeoIP2
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 2.6.0.0
Tries to lookup an MaxMind.GeoIP2.Responses.AnonymousIPResponse for the specified IP address.Syntax
public bool TryAnonymousIP (string ipAddress, out MaxMind.GeoIP2.Responses.AnonymousIPResponse response)Parameters
- ipAddress
- The IP address.
- response
- The MaxMind.GeoIP2.Responses.AnonymousIPResponse.
Returns
A bool describing whether the IP address was found.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.GeoIP2
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 2.6.0.0
Tries to lookup a MaxMind.GeoIP2.Responses.CityResponse for the specified IP address.Syntax
public bool TryCity (System.Net.IPAddress ipAddress, out MaxMind.GeoIP2.Responses.CityResponse response)Parameters
- ipAddress
- The IP address.
- response
- The MaxMind.GeoIP2.Responses.CityResponse.
Returns
A bool describing whether the IP address was found.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.GeoIP2
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 2.6.0.0
Tries to lookup a MaxMind.GeoIP2.Responses.CityResponse for the specified IP address.Syntax
Parameters
- ipAddress
- The IP address.
- response
- The MaxMind.GeoIP2.Responses.CityResponse.
Returns
A bool describing whether the IP address was found.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.GeoIP2
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 2.6.0.0
Tries to lookup a MaxMind.GeoIP2.Responses.ConnectionTypeResponse for the specified IP address.Syntax
public bool TryConnectionType (System.Net.IPAddress ipAddress, out MaxMind.GeoIP2.Responses.ConnectionTypeResponse response)Parameters
- ipAddress
- The IP address.
- response
- The MaxMind.GeoIP2.Responses.ConnectionTypeResponse.
Returns
A bool describing whether the IP address was found.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.GeoIP2
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 2.6.0.0
Tries to lookup a MaxMind.GeoIP2.Responses.ConnectionTypeResponse for the specified IP address.Syntax
public bool TryConnectionType (string ipAddress, out MaxMind.GeoIP2.Responses.ConnectionTypeResponse response)Parameters
- ipAddress
- The IP address.
- response
- The MaxMind.GeoIP2.Responses.ConnectionTypeResponse.
Returns
A bool describing whether the IP address was found.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.GeoIP2
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 2.6.0.0
Tries to lookup a MaxMind.GeoIP2.Responses.CountryResponse for the specified IP address.Syntax
public bool TryCountry (System.Net.IPAddress ipAddress, out MaxMind.GeoIP2.Responses.CountryResponse response)Parameters
- ipAddress
- The IP address.
- response
- The MaxMind.GeoIP2.Responses.CountryResponse.
Returns
A bool describing whether the IP address was found.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.GeoIP2
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 2.6.0.0
Tries to lookup a MaxMind.GeoIP2.Responses.CountryResponse for the specified IP address.Syntax
Parameters
- ipAddress
- The IP address.
- response
- The MaxMind.GeoIP2.Responses.CountryResponse.
Returns
A bool describing whether the IP address was found.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.GeoIP2
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 2.6.0.0
Tries to lookup a MaxMind.GeoIP2.Responses.DomainResponse for the specified IP address.Syntax
public bool TryDomain (System.Net.IPAddress ipAddress, out MaxMind.GeoIP2.Responses.DomainResponse response)Parameters
- ipAddress
- The IP address.
- response
- The MaxMind.GeoIP2.Responses.DomainResponse.
Returns
A bool describing whether the IP address was found.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.GeoIP2
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 2.6.0.0
Tries to lookup a MaxMind.GeoIP2.Responses.DomainResponse for the specified IP address.Syntax
Parameters
- ipAddress
- The IP address.
- response
- The MaxMind.GeoIP2.Responses.DomainResponse.
Returns
A bool describing whether the IP address was found.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.GeoIP2
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 2.6.0.0
Tries to lookup a MaxMind.GeoIP2.Responses.EnterpriseResponse for the specified IP address.Syntax
public bool TryEnterprise (System.Net.IPAddress ipAddress, out MaxMind.GeoIP2.Responses.EnterpriseResponse response)Parameters
- ipAddress
- The IP address.
- response
- The MaxMind.GeoIP2.Responses.EnterpriseResponse.
Returns
A bool describing whether the IP address was found.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.GeoIP2
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 2.6.0.0
Tries to lookup a MaxMind.GeoIP2.Responses.EnterpriseResponse for the specified IP address.Syntax
public bool TryEnterprise (string ipAddress, out MaxMind.GeoIP2.Responses.EnterpriseResponse response)Parameters
- ipAddress
- The IP address.
- response
- The MaxMind.GeoIP2.Responses.EnterpriseResponse.
Returns
A bool describing whether the IP address was found.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.GeoIP2
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 2.6.0.0
Tries to lookup an MaxMind.GeoIP2.Responses.IspResponse for the specified IP address.Syntax
public bool TryIsp (System.Net.IPAddress ipAddress, out MaxMind.GeoIP2.Responses.IspResponse response)Parameters
- ipAddress
- The IP address.
- response
- The MaxMind.GeoIP2.Responses.IspResponse.
Returns
A bool describing whether the IP address was found.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.GeoIP2
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 2.6.0.0
Tries to lookup an MaxMind.GeoIP2.Responses.IspResponse for the specified IP address.Syntax
Parameters
- ipAddress
- The IP address.
- response
- The MaxMind.GeoIP2.Responses.IspResponse.
Returns
A bool describing whether the IP address was found.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.GeoIP2
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 2.6.0.0