SOCKS 4/5 proxy

P

Pete Davis

Does anyone know of any free (preferably GPL or similar license) code for
supporting SOCKS 4/5 proxies?

Basically, what I'd like is a socket wrapper in C# that already as support
for SOCKS 4/5 built in so I don't have to write it from scratch.

Thanks.

Pete
 
C

Chad Z. Hower aka Kudzu

Pete Davis said:
Does anyone know of any free (preferably GPL or similar license) code for
supporting SOCKS 4/5 proxies?

Basically, what I'd like is a socket wrapper in C# that already as support
for SOCKS 4/5 built in so I don't have to write it from scratch.

http://www.indyproject.org/indy.html

It has both SOCK 4 and 5 support, as well as pass thorugh HTTP, tunnel and
more. The SOCKS parts have not been integrated into the .net assembly yet,
but are coming very soon.

And its free. :)


--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"


ELKNews - Get your free copy at http://www.atozedsoftware.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top