System.IO.StringReader.ReadToEndAsync Method

Reads all characters from the current position to the end of the string asynchronously and returns them as a single string.

Syntax

public override System.Threading.Tasks.Task<string> ReadToEndAsync ()

Returns

A task that represents the asynchronous read operation. The value of the TResult parameter contains a string with the characters from the current position to the end of the string.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 4.0.0.0