Base |
The BaseReader type exposes the following members.
Name | Description | |
---|---|---|
Dispose | Disposes the reader. | |
Read | Reads an item from the stream. | |
ReadAsync | Reads an item from the stream asynchronously. | |
ReadAsync(CancellationToken) | Reads an item from the stream asynchronously with cancellation token. | |
ReadToEnd | Reads the stream to the end. | |
ReadToEndAsync | Reads the stream to the end asynchronously. | |
ReadToEndAsync(CancellationToken) | Reads the stream to the end asynchronously with cancellation token. |