Base:
method
BeginRead
System.Net.DelegatedStream.BeginRead(System.Byte[], System.Int32, System.Int32, System.AsyncCallback, System.Object)
1 reference to BeginRead
System (1)
net\System\Net\mail\SmtpReplyReaderFactory.cs (1)
423IAsyncResult result = parent.bufferedStream.BeginRead(parent.byteBuffer, 0, parent.byteBuffer.Length, readCallback, this);