8 references to Reader
System.Net.Mail (8)
System\Net\Mail\SmtpCommands.cs (4)
29SmtpReplyReader reader = conn.Reader!.GetNextReplyReader(); 100SmtpReplyReader reader = conn.Reader!.GetNextReplyReader(); 123SmtpReplyReader reader = conn.Reader!.GetNextReplyReader(); 187return conn.Reader!.GetNextReplyReader().ReadLines();
System\Net\Mail\SmtpConnection.cs (1)
473SmtpReplyReader reader = _connection.Reader!.GetNextReplyReader();
System\Net\Mail\SmtpTransport.cs (3)
211new SmtpFailedRecipientException(_connection.Reader!.StatusCode, smtpAddress, response)); 329_failedRecipientExceptions.Add(new SmtpFailedRecipientException(_connection.Reader!.StatusCode, 347new SmtpFailedRecipientException(thisPtr._connection.Reader!.StatusCode,