12 references to Reader
System (12)
net\System\Net\mail\SmtpCommands.cs (7)
26SmtpReplyReader reader = conn.Reader.GetNextReplyReader(); 62LineInfo info = conn.Reader.CurrentReader.EndReadLine(result); 96SmtpReplyReader reader = conn.Reader.GetNextReplyReader(); 119SmtpReplyReader reader = conn.Reader.GetNextReplyReader(); 124LineInfo[] lines = conn.Reader.CurrentReader.EndReadLines(readLinesResult); 149LineInfo[] lines = conn.Reader.CurrentReader.EndReadLines(result); 181return conn.Reader.GetNextReplyReader().ReadLines();
net\System\Net\mail\smtpconnection.cs (2)
718SmtpReplyReader reader = connection.Reader.GetNextReplyReader(); 756LineInfo info = thisPtr.connection.Reader.CurrentReader.EndReadLine(result);
net\System\Net\mail\SmtpTransport.cs (3)
327new SmtpFailedRecipientException(connection.Reader.StatusCode, smtpAddress, response)); 448failedRecipientExceptions.Add(new SmtpFailedRecipientException(connection.Reader.StatusCode, 466new SmtpFailedRecipientException(thisPtr.connection.Reader.StatusCode,