Question

I need to implement a basic internet proxy in c#. Initial investigation it seems like it could be a tricky area. Does anyone have pointers to starting points, resources or open source implementations?

Was it helpful?

Solution

Take a look at Fiddler core. You can use Reflector to look at the code.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top