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