9

Anyone know of any open source C# proxy server projects? Otherwise any articles/tutorials that cover how to use C# classes to get proxy server basic functionality working (in particularly for HTTPS requests)

The only one I have found so far (and I will look at) is: http://www.mentalis.org/soft/projects/proxy/

Greg
  • 34,042
  • 79
  • 253
  • 454

3 Answers3

4

You could have a look at the Mini Proxy Server in Sharp.
It supports both HTTP and HTTPS.

Sani Huttunen
  • 23,620
  • 6
  • 72
  • 79
  • 8
    "Mini Proxy Server in Sharp" is a waste of time. No source code available. :( – roy davis Mar 12 '13 at 19:18
  • @roy davis: http://www.ilspy.net/‎ C# decompiler. But still a waste of time, because it uses COM interop, so it is non-portable. – Stefan Steiger Sep 18 '13 at 05:48
  • here is the source code of the prject http://miniproxyserver.codeplex.com/releases/view/35966 – Hichem Feb 06 '14 at 12:08
  • 1
    @doekman it sounds like you have to focus on the page open your eyes and you will see MiniProxyServer_SourceCode with green icon it is about (0cm(x),9cm(y)) location of the page or here is the link for direct download after you click on MiniProxyServer_SourceCode http://miniproxyserver.codeplex.com/downloads/get/93072 – Hichem May 19 '14 at 16:42
  • @doekman if you want a proxy with no icon-tray i have cracked the version of http://www.privoxy.org/ now no icon-tray it runs hiden on the background and it is the best web proxy tool – Hichem May 19 '14 at 16:45
3

Checkout below project. Its a HTTPS supporting proxy server

https://github.com/titanium007/Titanium

Jehonathan Thomas
  • 2,110
  • 1
  • 28
  • 34
1

Mini Proxy Server in Sharp

source code of the link for that is here :

Source Code here

or direct link download

Direct link download

Hichem
  • 1,111
  • 11
  • 30