Click or drag to resize

BaseReader Methods

The BaseReader type exposes the following members.

Methods
 NameDescription
Public methodDispose Disposes the reader.
Public methodRead Reads an item from the stream.
Public methodReadAsync Reads an item from the stream asynchronously.
Public methodReadAsync(CancellationToken) Reads an item from the stream asynchronously with cancellation token.
Public methodReadToEnd Reads the stream to the end.
Public methodReadToEndAsync Reads the stream to the end asynchronously.
Public methodReadToEndAsync(CancellationToken) Reads the stream to the end asynchronously with cancellation token.
Top
See Also