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