3 references to Reader
System.Net.Mail (3)
System\Net\Mail\SmtpCommands.cs (2)
22return await conn.Reader!.GetNextReplyReader().ReadLineAsync<TIOAdapter>(cancellationToken).ConfigureAwait(false); 32return await conn.Reader!.GetNextReplyReader().ReadLinesAsync<TIOAdapter>(cancellationToken).ConfigureAwait(false);
System\Net\Mail\SmtpTransport.cs (1)
129new SmtpFailedRecipientException(_connection.Reader!.StatusCode, smtpAddress, response));