The computer that runs my program has 6 different IP addresses assigned to it. I need that each thread will use a different IP address for its communication.
Specifically I'm using the WebRequest object for communicating. so is there away assign each thread a different IP address to use instead of the default one?
Thanks, Eden