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