2 writes to _responseReader
System.Net.Mail (2)
System\Net\Mail\SmtpConnection.cs (2)
113
_responseReader
= new SmtpReplyReaderFactory(_stream!);
184
_responseReader
= new SmtpReplyReaderFactory(_stream);
2 references to _responseReader
System.Net.Mail (2)
System\Net\Mail\SmtpConnection.cs (2)
55
internal SmtpReplyReaderFactory? Reader =>
_responseReader
;
116
LineInfo info = await
_responseReader
.GetNextReplyReader().ReadLineAsync<TIOAdapter>(cancellationToken).ConfigureAwait(false);