Beispiel #1
0
 public override IAsyncResult BeginWrite(byte[] buffer, int offset, int count, AsyncCallback callback, object state)
 {
     return(WriteStream.BeginWrite(buffer, offset, count, callback, state));
 }