SOCKS 4/5 proxy

  • Thread starter Thread starter Pete Davis
  • Start date Start date
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
 
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
 
Back
Top