Click or drag to resize

Reader Constructor (String, FileAccessMode)

Initializes a new instance of the Reader class.

Namespace:  MaxMind.Db
Assembly:  MaxMind.Db (in MaxMind.Db.dll) Version: 2.6.1
Syntax
public Reader(
	string file,
	FileAccessMode mode
)

Parameters

file
Type: SystemString
The MaxMind DB file.
mode
Type: MaxMind.DbFileAccessMode
The mode by which to access the DB file.
See Also