StreamReaderExtensions
Namespace: FSharpx.Control
Type extensions
Type extension | Description |
AsyncReadToEnd()
Signature: unit -> Async<string>
|
Return an asynchronous computation that will read to the end of a stream via a fresh I/O thread.
CompiledName: StreamReader.AsyncReadToEnd
|