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