6 references to GetNextReplyReader
System.Net.Mail (6)
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 (2)
195LineInfo info = _responseReader.GetNextReplyReader().ReadLine(); 473SmtpReplyReader reader = _connection.Reader!.GetNextReplyReader();