System.IO.StreamReader.ReadLineAsync Method

Reads a line of characters asynchronously from the current stream and returns the data as a string.

Syntax

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

Returns

A task that represents the asynchronous read operation. The value of the TResult parameter contains the next line from the stream, or is null if all the characters have been read.

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