2 references to BeginReadLine
System.Net.Mail (2)
System\Net\Mail\SmtpCommands.cs (1)
33
IAsyncResult result = reader.
BeginReadLine
(s_onReadLine, multiResult);
System\Net\Mail\SmtpConnection.cs (1)
474
IAsyncResult result = reader.
BeginReadLine
(s_handshakeCallback, this);