예제 #1
0
 public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback callback, object state)
 {
     return InternalStream.BeginRead(buffer, offset, count, callback, state);
 }