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