Legend
| Extension method: Task<string> ReadAllTextAsync( |
this Stream | stream | Stream to read from. |
Encoding | encoding |
Encoding to expect the text to be in. If null then the UTF-8 encoding is used. |
CancellationToken? | token | A cancellation token for this async task. |