Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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/

like image 557
Greg Avatar asked Jul 07 '10 10:07

Greg


People also ask

Should I learn C for Linux?

There's a good reason the Linux kernel is written in C. Finally, C is easy to get started with, especially if you're running Linux. You can already run C code because Linux systems include the GNU C library ( glibc ). To write and build it, all you need to do is install a compiler, open a text editor, and start coding.

What is Linux C programming?

Along with the C programming language comes Linux, an essential operating system used by most computer scientists and developers. Linux powers almost all supercomputers and most of the servers worldwide as well as all android devices and most internet of things devices.

How many libraries are there in C?

ANSI Standard. The ANSI C standard library consists of 24 C header files which can be included into a programmer's project with a single directive.


1 Answers

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

like image 82
Sani Singh Huttunen Avatar answered Oct 14 '22 13:10

Sani Singh Huttunen