Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

closed as not constructive by bmargulies, Daniel A. White, brenjt, cadrell0, Matthew Ferreira Oct 23 '12 at 19:55

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

Browse other questions tagged or ask your own question.