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)
33private SmtpReplyReader? _currentReader; 43internal SmtpReplyReader? CurrentReader 59internal void Close(SmtpReplyReader caller) 74internal SmtpReplyReader GetNextReplyReader() 240internal int Read(SmtpReplyReader caller, Span<byte> buffer) 259internal async Task<LineInfo[]> ReadLinesAsync<TIOAdapter>(SmtpReplyReader caller, bool oneLine = false, CancellationToken cancellationToken = default) where TIOAdapter : IReadWriteAdapter 328internal async Task<LineInfo> ReadLineAsync<TIOAdapter>(SmtpReplyReader caller, CancellationToken cancellationToken) where TIOAdapter : IReadWriteAdapter