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.
| |
Asn(IPAddress) |
Returns an AsnResponse for the specified IP address.
| |
Asn(String) |
Returns an AsnResponse for the specified IP address.
| |
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 | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Isp(IPAddress) |
Returns an IspResponse for the specified IP address.
| |
Isp(String) |
Returns an IspResponse for the specified IP address.
| |
MemberwiseClone | (Inherited from Object.) | |
ToString | (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.
| |
TryAsn(IPAddress, AsnResponse) |
Tries to lookup an AsnResponse for the specified IP address.
| |
TryAsn(String, AsnResponse) |
Tries to lookup an AsnResponse 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.
|