Click or drag to resize

ReaderCreateAsync Method (Stream)

Asynchronously initialize with Stream.

Namespace:  MaxMind.Db
Assembly:  MaxMind.Db (in MaxMind.Db.dll) Version: 2.6.1
Syntax
public static Task<Reader> CreateAsync(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream to use. It will be used from its current position.

Return Value

Type: TaskReader
Exceptions
ExceptionCondition
ArgumentNullException
See Also