Click or drag to resize

Reader Constructor (Stream)

Initialize with Stream. The current position of the string must point to the start of the database. The content between the current position and the end of the stream must be a valid MaxMind DB.

Namespace:  MaxMind.Db
Assembly:  MaxMind.Db (in MaxMind.Db.dll) Version: 2.6.1
Syntax
public Reader(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream to use. It will be used from its current position.
Exceptions
ExceptionCondition
ArgumentNullException
See Also