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