1 write to _reader
System.Net.Mail (1)
System\Net\Mail\SmtpReplyReader.cs (1)
16_reader = reader;
5 references to _reader
System.Net.Mail (5)
System\Net\Mail\SmtpReplyReader.cs (5)
21return _reader.BeginReadLines(this, callback, state); 26return _reader.BeginReadLine(this, callback, state); 31_reader.Close(this); 46return _reader.ReadLines(this); 51return _reader.ReadLine(this);