2 references to ReadLineAsync
System.Net.Mail (2)
System\Net\Mail\SmtpCommands.cs (1)
22return await conn.Reader!.GetNextReplyReader().ReadLineAsync<TIOAdapter>(cancellationToken).ConfigureAwait(false);
System\Net\Mail\SmtpConnection.cs (1)
116LineInfo info = await _responseReader.GetNextReplyReader().ReadLineAsync<TIOAdapter>(cancellationToken).ConfigureAwait(false);