PeekableStream.EndOfStreamAsync Method
Definition
Asynchronously determines whether the end of the stream has been reached.
public ValueTask<bool> EndOfStreamAsync(CancellationToken cancellationToken = null);
Parameters
| Name | Type | Description |
|---|---|---|
| cancellationToken | CancellationToken | An optional token to cancel the operation. |
Returns
A task yielding true if the end of the stream has been reached; false otherwise.