1 write to reader
System (1)
net\System\Net\mail\SmtpReplyReader.cs (1)
14this.reader = reader;
7 references to reader
System (7)
net\System\Net\mail\SmtpReplyReader.cs (7)
19return reader.BeginReadLines(this, callback, state); 24return reader.BeginReadLine(this, callback, state); 30reader.Close(this); 36return reader.EndReadLines(result); 41return reader.EndReadLine(result); 46return reader.ReadLines(this); 51return reader.ReadLine(this);