Base:
method
BeginRead
System.Net.DelegatedStream.BeginRead(System.Byte[], System.Int32, System.Int32, System.AsyncCallback, System.Object)
1 reference to BeginRead
System.Net.Mail (1)
System\Net\Mail\SmtpReplyReaderFactory.cs (1)
413IAsyncResult result = _parent._bufferedStream.BeginRead(_parent._byteBuffer!, 0, _parent._byteBuffer!.Length, s_readCallback, this);