Click or drag to resize
DatabaseReader Methods

The DatabaseReader type exposes the following members.

Methods
  NameDescription
Public methodAnonymousIP(IPAddress)
Look up an IP address in a GeoIP2 Anonymous IP.
Public methodAnonymousIP(String)
Look up an IP address in a GeoIP2 Anonymous IP.
Public methodCity(IPAddress)
Returns an CityResponse for the specified IP address.
Public methodCity(String)
Returns an CityResponse for the specified IP address.
Public methodConnectionType(IPAddress)
Returns an ConnectionTypeResponse for the specified IP address.
Public methodConnectionType(String)
Returns an ConnectionTypeResponse for the specified IP address.
Public methodCountry(IPAddress)
Returns an CountryResponse for the specified IP address.
Public methodCountry(String)
Returns an CountryResponse for the specified IP address.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodDomain(IPAddress)
Returns an DomainResponse for the specified IP address.
Public methodDomain(String)
Returns an DomainResponse for the specified IP address.
Public methodEnterprise(IPAddress)
Returns an EnterpriseResponse for the specified IP address.
Public methodEnterprise(String)
Returns an EnterpriseResponse for the specified IP address.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsp(IPAddress)
Returns an IspResponse for the specified IP address.
Public methodIsp(String)
Returns an IspResponse for the specified IP address.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryAnonymousIP(IPAddress, AnonymousIPResponse)
Tries to lookup an AnonymousIPResponse for the specified IP address.
Public methodTryAnonymousIP(String, AnonymousIPResponse)
Tries to lookup an AnonymousIPResponse for the specified IP address.
Public methodTryCity(IPAddress, CityResponse)
Tries to lookup a CityResponse for the specified IP address.
Public methodTryCity(String, CityResponse)
Tries to lookup a CityResponse for the specified IP address.
Public methodTryConnectionType(IPAddress, ConnectionTypeResponse)
Tries to lookup a ConnectionTypeResponse for the specified IP address.
Public methodTryConnectionType(String, ConnectionTypeResponse)
Tries to lookup a ConnectionTypeResponse for the specified IP address.
Public methodTryCountry(IPAddress, CountryResponse)
Tries to lookup a CountryResponse for the specified IP address.
Public methodTryCountry(String, CountryResponse)
Tries to lookup a CountryResponse for the specified IP address.
Public methodTryDomain(IPAddress, DomainResponse)
Tries to lookup a DomainResponse for the specified IP address.
Public methodTryDomain(String, DomainResponse)
Tries to lookup a DomainResponse for the specified IP address.
Public methodTryEnterprise(IPAddress, EnterpriseResponse)
Tries to lookup a EnterpriseResponse for the specified IP address.
Public methodTryEnterprise(String, EnterpriseResponse)
Tries to lookup a EnterpriseResponse for the specified IP address.
Public methodTryIsp(IPAddress, IspResponse)
Tries to lookup an IspResponse for the specified IP address.
Public methodTryIsp(String, IspResponse)
Tries to lookup an IspResponse for the specified IP address.
Top
See Also