2 references to ReadLinesAsync
System.Net.Mail (2)
System\Net\Mail\SmtpReplyReader.cs (1)
33
return _reader.
ReadLinesAsync
<TIOAdapter>(this, false, cancellationToken);
System\Net\Mail\SmtpReplyReaderFactory.cs (1)
330
LineInfo[] lines = await
ReadLinesAsync
<TIOAdapter>(caller, oneLine: true, cancellationToken).ConfigureAwait(false);