Download file with a Delay
Hey guys,
I already know how to download a file from a URL and save it in C# WPF but it would only work if the file started downloading immediately (no waiting). Is it possible to download from a site which makes the user wait eg. 10 seconds before starting the download? Eg. Sourceforge?
Thanks,