Does anyone happen to know of a library paid or free that will allow me to send HTTP/S requests using a Socks5 proxy? I've googled without much success. I need a way to either send requests in a similar fashion to HttpWebRequest or I need a way to route local ports to go through Socks5 servers. Some guidance would be greatly appreciated. Thanks =)
|
feedback
|
|
The ProxySocket from mentalis.org is an implementation of the SOCKS4/5 CONNECT protocol.
I'm not sure how to make the WebClient or HttpWebRequest classes in the .NET Framework use this class instead of the normal Socket class though. | |||
feedback
|