I'm trying to figure out how I can do the following stuff from code:
- Limit the download speed of BITS jobs.
- Limiting the downloading of BITS jobs to certain hours of the day.
I'm aware that you control this through group policies, but I'm trying to figure out if I can control it from the code, because my client IT team doesn't want to deal with setting group policies.
My current BITS client is written in Delphi, but if you have example code in C# or C++ that will be great as well.
I would appreciate your assistance.
Thanks.