library which implement http/https and socks proxy

2019-06-14 15:59发布

问题:

I look for library which implelemts http/https and socks-proxy. I've try to google it but the only i found is the class/libs which have implement socks witout ssl or ssl without socks. Maybe anybody have the solution of this problem or you can give me an advice how to implement by myself it also helps. Thx in advance.

PS

It seems for this trivial technology .NET have only commercial solution i can't belive it!?

回答1:

IF you want to implement a proxy yourself check these out:

It seems that this in combination with Chilkat Socket (commercial) provides what you are asking for...

Another option seems to be mentalis (comes as C# source, license not clear ?)



回答2:

Our SecureBlackbox offers SSL / TLS support and socket classes support SOCKS proxies and HTTP CONNECT proxies. Check TElSimpleSSLClient component.