1 instantiation of SmtpReplyReader
System.Net.Mail (1)
System\Net\Mail\SmtpReplyReaderFactory.cs (1)
105_currentReader = new SmtpReplyReader(this);
21 references to SmtpReplyReader
System.Net.Mail (21)
System\Net\Mail\SmtpCommands.cs (7)
29SmtpReplyReader reader = conn.Reader!.GetNextReplyReader(); 36LineInfo info = SmtpReplyReader.EndReadLine(result); 67LineInfo info = SmtpReplyReader.EndReadLine(result); 100SmtpReplyReader reader = conn.Reader!.GetNextReplyReader(); 123SmtpReplyReader reader = conn.Reader!.GetNextReplyReader(); 128LineInfo[] lines = SmtpReplyReader.EndReadLines(readLinesResult); 155LineInfo[] lines = SmtpReplyReader.EndReadLines(result);
System\Net\Mail\SmtpConnection.cs (3)
473SmtpReplyReader reader = _connection.Reader!.GetNextReplyReader(); 480LineInfo info = SmtpReplyReader.EndReadLine(result); 511LineInfo info = SmtpReplyReader.EndReadLine(result);
System\Net\Mail\SmtpReplyReaderFactory.cs (11)
30private SmtpReplyReader? _currentReader; 40internal SmtpReplyReader? CurrentReader 56internal IAsyncResult BeginReadLines(SmtpReplyReader caller, AsyncCallback? callback, object? state) 63internal IAsyncResult BeginReadLine(SmtpReplyReader caller, AsyncCallback? callback, object? state) 70internal void Close(SmtpReplyReader caller) 100internal SmtpReplyReader GetNextReplyReader() 266internal int Read(SmtpReplyReader caller, byte[] buffer, int offset, int count) 285internal LineInfo ReadLine(SmtpReplyReader caller) 295internal LineInfo[] ReadLines(SmtpReplyReader caller) 300internal LineInfo[] ReadLines(SmtpReplyReader caller, bool oneLine) 382internal void Read(SmtpReplyReader caller)