open source C# proxy server - any projects/examples?
Asked Answered
T

3

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/

Tiller answered 7/7, 2010 at 10:56 Comment(0)
D
4

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

Druse answered 7/7, 2010 at 11:37 Comment(5)
"Mini Proxy Server in Sharp" is a waste of time. No source code available. :(Schlemiel
@roy davis: ilspy.net‎ C# decompiler. But still a waste of time, because it uses COM interop, so it is non-portable.Marks
here is the source code of the prject miniproxyserver.codeplex.com/releases/view/35966Selfemployed
@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 miniproxyserver.codeplex.com/downloads/get/93072Selfemployed
@doekman if you want a proxy with no icon-tray i have cracked the version of privoxy.org now no icon-tray it runs hiden on the background and it is the best web proxy toolSelfemployed
R
3

Checkout below project. Its a HTTPS supporting proxy server

https://github.com/titanium007/Titanium

Residentiary answered 5/2, 2015 at 13:29 Comment(0)
S
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

Selfemployed answered 6/2, 2014 at 12:15 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.