Click or drag to resize
DatabaseReader Constructor (Stream)
Initializes a new instance of the DatabaseReader class.

Namespace: MaxMind.GeoIP2
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
Syntax
public DatabaseReader(
	Stream stream
)

Parameters

stream
Type: System.IOStream
A stream of the MaxMind DB file.
See Also