Click or drag to resize
Reader Class
Given a MaxMind DB file, this class will retrieve information about an IP address
Inheritance Hierarchy
SystemObject
  MaxMind.DbReader

Namespace: MaxMind.Db
Assembly: MaxMind.Db (in MaxMind.Db.dll) Version: 2.2.0
Syntax
public sealed class Reader : IDisposable

The Reader type exposes the following members.

Constructors
  NameDescription
Public methodReader(Stream)
Initialize with Stream.
Public methodReader(String)
Initializes a new instance of the Reader class.
Public methodReader(String, FileAccessMode)
Initializes a new instance of the Reader class.
Top
Properties
  NameDescription
Public propertyMetadata
The metadata for the open database.
Top
Methods
  NameDescription
Public methodDispose
Release resources back to the system.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFindT(IPAddress, InjectableValues)
Finds the data related to the specified address.
Public methodFindT(IPAddress, Int32, InjectableValues)
Finds the data related to the specified address.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also