Example #1
0
 public override int EndRead(IAsyncResult asyncResult)
 {
     return(_networkStream.EndRead(asyncResult));
 }
Example #2
0
 /// <devdoc>
 ///    <para>
 ///       Handle the end of an asynchronous read.
 ///    </para>
 /// </devdoc>
 public override int EndRead(IAsyncResult asyncResult)
 {
     // only caller can recover the debug dump for the read result
     return(m_NetworkStream.EndRead(asyncResult));
 }