views:

56

answers:

1

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/

+1  A: 

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

Sani Huttunen