1 instantiation of SmtpReplyReader
System (1)
net\System\Net\mail\SmtpReplyReaderFactory.cs (1)
109currentReader = new SmtpReplyReader(this);
15 references to SmtpReplyReader
System (15)
net\System\Net\mail\SmtpCommands.cs (3)
26SmtpReplyReader reader = conn.Reader.GetNextReplyReader(); 96SmtpReplyReader reader = conn.Reader.GetNextReplyReader(); 119SmtpReplyReader reader = conn.Reader.GetNextReplyReader();
net\System\Net\mail\smtpconnection.cs (1)
718SmtpReplyReader reader = connection.Reader.GetNextReplyReader();
net\System\Net\mail\SmtpReplyReaderFactory.cs (11)
28SmtpReplyReader currentReader; 38internal SmtpReplyReader CurrentReader 54internal IAsyncResult BeginReadLines(SmtpReplyReader caller, AsyncCallback callback, object state) 61internal IAsyncResult BeginReadLine(SmtpReplyReader caller, AsyncCallback callback, object state) 69internal void Close(SmtpReplyReader caller) 101internal SmtpReplyReader GetNextReplyReader() 270internal int Read(SmtpReplyReader caller, byte[] buffer, int offset, int count) 290internal LineInfo ReadLine(SmtpReplyReader caller) 299internal LineInfo[] ReadLines(SmtpReplyReader caller) 305internal LineInfo[] ReadLines(SmtpReplyReader caller, bool oneLine) 389internal void Read(SmtpReplyReader caller){