2 references to BeginReadLine
System (2)
net\System\Net\mail\SmtpCommands.cs (1)
30
IAsyncResult result = reader.
BeginReadLine
(onReadLine, multiResult);
net\System\Net\mail\smtpconnection.cs (1)
719
IAsyncResult result = reader.
BeginReadLine
(handshakeCallback, this);