Search code examples
c#.nettcplistenerproxy-server

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


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/


Solution

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