vote up 0 vote down star

I'm looking to write a simple proxy server in .NET. Does anyone have any good examples they could post here, or just a link?

flag

A proxy for what? HTTP? – Remus Rusanu Jul 9 at 20:55
Duplicate of stackoverflow.com/questions/710379/…. – John Saunders Jul 9 at 20:59
It may be a duplicate, but the accepted answer on the other question doesn't actually provide an answer. – Chris Pietschmann Jul 9 at 22:09

1 Answer

vote up 1 vote down check

A bit of searching turned up this open source implementation.

Disclaimer: I have never used this software so I don't know anything about it other than it may be a good place to start reading example code.

link|flag
This seems to be the only one out there. Too bad. – Chris Pietschmann Oct 26 at 13:57

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.