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