hi,
i wrote a program in c# that do posts to servers on the web.
i've tried to put the code that make the WebRequest in a thread created from my windows application but the application is stack anyeay antill all the threads finished their work.
what is the best and simple way of doing it?
10'x
i wrote a program in c# that do posts to servers on the web.
i've tried to put the code that make the WebRequest in a thread created from my windows application but the application is stack anyeay antill all the threads finished their work.
what is the best and simple way of doing it?
10'x
Comment