6 references to GetNextReplyReader
System (6)
net\System\Net\mail\SmtpCommands.cs (4)
26SmtpReplyReader reader = conn.Reader.GetNextReplyReader(); 96SmtpReplyReader reader = conn.Reader.GetNextReplyReader(); 119SmtpReplyReader reader = conn.Reader.GetNextReplyReader(); 181return conn.Reader.GetNextReplyReader().ReadLines();
net\System\Net\mail\smtpconnection.cs (2)
354LineInfo info = responseReader.GetNextReplyReader().ReadLine(); 718SmtpReplyReader reader = connection.Reader.GetNextReplyReader();