Esempio n. 1
0
 public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback asyncCallback, object asyncState)
 {
     return(Impl.BeginRead(buffer, offset, count, asyncCallback, asyncState));
 }