There are wireless adapter and dial-up modem connected to network.
And there are two files, which we need to download. (file1 & file2)
Can I download two different files via different network adapters simultaneously using C#?
For example: file1 should be downloaded through wireless adapter, and file2 via dial-up.
OS Win7
You can choose your outgoing IP address in a WebRequest as follows:
This code does not deal with disposal correctly.