C# with socks proxies?

xpro

Regular Member
Joined
Jan 21, 2009
Messages
442
Reaction score
24
I've wrote a lot of bots using httpwebrequest but it does not support SOCKS proxies and now I'm thinking if I should move to Java because of its HTTPClient. it supports SOCKS proxies as well. From a post I saw on BHW if I use sockets I can use SOCKS proxies? How hard is it to convert my programs from using httpwebrequest to sockets?


Regards!
 
Chilkat heavy in usage and quite buggy i suggest get rid of chilkat in a multithread application !
 
What do you guys think of HTTPClient for Java?
 
c# can do this. 2 seconds on Google and I searched "c# socks proxy" found an article on codeproject called "C# class for connecting via a SOCKS5 Proxy Server". I can't post the link yet, or I would have.

Basically, anything that can be done in c# or java or c or c++ can be done in c# or java or c or c++ (unless you are getting down to system level coding). The type of bots you are writing could absolutely be coded in any of the above languages and more (ruby, perl, php to name a few).
 
jerktronic is very much right.
Have a look at this http://www.codeproject.com/KB/IP/zasocks5proxy.aspx
 
Yes you can do sock programming using c#, its pretty easy you can use book c# network programming
 
Check out the Chilkat HTTP component, it's very simple to use, here's an example: http://www.example-code.com/csharp/http_socks_proxy.asp

There's also the socket component for raw HTTP. If you need a key just PM me.
Hi, would you please send me a key for chilkat. I wanna use it, but it quite expensive. Thank you.
 
How is C Programming still popular?
This thread isn't about C but about C# which is quite different.
Any way C/C++ still have their niches, basically when the program is ran in an environment that requires careful usage of resources or some low-level work.
 
Back
Top