views:

19

answers:

1

Hi ,

Iam coding an application which needs to do some web automation to some websites from our intranet. Some are simple web services while some will be https websites. My application needs to connect to them via socks proxies.

Now httpwebrequest class does not support socks so Iam looking to code a complete HTTP wrapper using Sockets . I need suggestions from my fellow coders here on what would be a good component to use as I am not looking to re invent the wheel here, rather use some existing socket based solution, either opensource or paid components.

Any suggestions guys? I need only socket based components which support socks proxies.

+1  A: 

SecureBlackbox includes HTTP / HTTPS components that support both HTTP proxy, HTTPS proxy and SOCKS. The components use their own socket class which can be used separately as well.

Eugene Mayevski 'EldoS Corp
When I click on that link it gives a 404.
Sumit Ghosh
Thank you for pointing. It was a typo. Correct link is http://www.eldos.com/sbb/net-https.php
Eugene Mayevski 'EldoS Corp