I am developing a tool which is able to POST continuously and automatically on time.
I choose C# as the language but find that there isn't any support for SOCKS proxy.
The solution in C# comes to using starksoft, chilkat , writing my own socket wrapper etc. Some of them are commercial and some are not developing with no download link. Moreover, I am a newbie.
I believe I should choose another language to do the job.
My requirements for the tool are just multi-threading, connecting via HTTP/SOCKS proxy.
I don't want to change to another language after writing a lot one more time. Please give me a recommendations for the most suitable language.