DatabaseReader Class |
Namespace: MaxMind.GeoIP2
The DatabaseReader type exposes the following members.
Name | Description | |
---|---|---|
![]() | DatabaseReader(Stream) |
Initializes a new instance of the DatabaseReader class.
|
![]() | DatabaseReader(Stream, IEnumerableString) |
Initializes a new instance of the DatabaseReader class.
|
![]() | DatabaseReader(String, FileAccessMode) |
Initializes a new instance of the DatabaseReader class.
|
![]() | DatabaseReader(String, IEnumerableString, FileAccessMode) |
Initializes a new instance of the DatabaseReader class.
|
Name | Description | |
---|---|---|
![]() | AnonymousIP(IPAddress) |
Look up an IP address in a GeoIP2 Anonymous IP.
|
![]() | AnonymousIP(String) |
Look up an IP address in a GeoIP2 Anonymous IP.
|
![]() | City(IPAddress) |
Returns an CityResponse for the specified IP address.
|
![]() | City(String) |
Returns an CityResponse for the specified IP address.
|
![]() | ConnectionType(IPAddress) |
Returns an ConnectionTypeResponse for the specified IP address.
|
![]() | ConnectionType(String) |
Returns an ConnectionTypeResponse for the specified IP address.
|
![]() | Country(IPAddress) |
Returns an CountryResponse for the specified IP address.
|
![]() | Country(String) |
Returns an CountryResponse for the specified IP address.
|
![]() | Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
![]() | Dispose(Boolean) |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
![]() | Domain(IPAddress) |
Returns an DomainResponse for the specified IP address.
|
![]() | Domain(String) |
Returns an DomainResponse for the specified IP address.
|
![]() | Enterprise(IPAddress) |
Returns an EnterpriseResponse for the specified IP address.
|
![]() | Enterprise(String) |
Returns an EnterpriseResponse for the specified IP address.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Isp(IPAddress) |
Returns an IspResponse for the specified IP address.
|
![]() | Isp(String) |
Returns an IspResponse for the specified IP address.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryAnonymousIP(IPAddress, AnonymousIPResponse) |
Tries to lookup an AnonymousIPResponse for the specified IP address.
|
![]() | TryAnonymousIP(String, AnonymousIPResponse) |
Tries to lookup an AnonymousIPResponse for the specified IP address.
|
![]() | TryCity(IPAddress, CityResponse) |
Tries to lookup a CityResponse for the specified IP address.
|
![]() | TryCity(String, CityResponse) |
Tries to lookup a CityResponse for the specified IP address.
|
![]() | TryConnectionType(IPAddress, ConnectionTypeResponse) |
Tries to lookup a ConnectionTypeResponse for the specified IP address.
|
![]() | TryConnectionType(String, ConnectionTypeResponse) |
Tries to lookup a ConnectionTypeResponse for the specified IP address.
|
![]() | TryCountry(IPAddress, CountryResponse) |
Tries to lookup a CountryResponse for the specified IP address.
|
![]() | TryCountry(String, CountryResponse) |
Tries to lookup a CountryResponse for the specified IP address.
|
![]() | TryDomain(IPAddress, DomainResponse) |
Tries to lookup a DomainResponse for the specified IP address.
|
![]() | TryDomain(String, DomainResponse) |
Tries to lookup a DomainResponse for the specified IP address.
|
![]() | TryEnterprise(IPAddress, EnterpriseResponse) |
Tries to lookup a EnterpriseResponse for the specified IP address.
|
![]() | TryEnterprise(String, EnterpriseResponse) |
Tries to lookup a EnterpriseResponse for the specified IP address.
|
![]() | TryIsp(IPAddress, IspResponse) |
Tries to lookup an IspResponse for the specified IP address.
|
![]() | TryIsp(String, IspResponse) |
Tries to lookup an IspResponse for the specified IP address.
|