1 instantiation of SmtpReplyReader
System.Net.Mail (1)
System\Net\Mail\SmtpReplyReaderFactory.cs (1)
79
_currentReader = new
SmtpReplyReader
(this);
7 references to SmtpReplyReader
System.Net.Mail (7)
System\Net\Mail\SmtpReplyReaderFactory.cs (7)
33
private
SmtpReplyReader
? _currentReader;
43
internal
SmtpReplyReader
? CurrentReader
59
internal void Close(
SmtpReplyReader
caller)
74
internal
SmtpReplyReader
GetNextReplyReader()
240
internal int Read(
SmtpReplyReader
caller, Span<byte> buffer)
259
internal async Task<LineInfo[]> ReadLinesAsync<TIOAdapter>(
SmtpReplyReader
caller, bool oneLine = false, CancellationToken cancellationToken = default) where TIOAdapter : IReadWriteAdapter
328
internal async Task<LineInfo> ReadLineAsync<TIOAdapter>(
SmtpReplyReader
caller, CancellationToken cancellationToken) where TIOAdapter : IReadWriteAdapter