1 instantiation of SmtpReplyReader
System.Net.Mail (1)
System\Net\Mail\SmtpReplyReaderFactory.cs (1)
83_currentReader = new SmtpReplyReader(this);
7 references to SmtpReplyReader
System.Net.Mail (7)
System\Net\Mail\SmtpReplyReaderFactory.cs (7)
33private SmtpReplyReader? _currentReader; 47internal SmtpReplyReader? CurrentReader 63internal void Close(SmtpReplyReader caller) 78internal SmtpReplyReader GetNextReplyReader() 236internal int Read(SmtpReplyReader caller, Span<byte> buffer) 255internal async Task<LineInfo[]> ReadLinesAsync<TIOAdapter>(SmtpReplyReader caller, bool oneLine = false, CancellationToken cancellationToken = default) where TIOAdapter : IReadWriteAdapter 335internal async Task<LineInfo> ReadLineAsync<TIOAdapter>(SmtpReplyReader caller, CancellationToken cancellationToken) where TIOAdapter : IReadWriteAdapter