You work as a senior developer at ABC.com. The ABC.com network consists of a single domain
named ABC.com.
You are running a training exercise for junior developers. You are currently discussing a method of
the StreamReader class that examines a line of characters asynchronously from the current
stream and returns the information as a string.
Which of the following is the method being discussed?
A.
The ReadLineAsync method.
B.
The ReadAsync method.
C.
The ToString method.
D.
The ReadToEnd method.
Explanation:
Option A
A