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.4.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
See Also