No, we have not yet implemented bandwidth throttling, however you can implement it yourself without too much trouble. Try handling the BytesTransferred event, which is called each time TransferNotifyInterval bytes have been transferred. You can put sleeps, using CurrentThread.Sleep(n), in there as appropriate.
- Hans (EnterpriseDT)