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?
-
Duplicate of stackoverflow.com/questions/710379/http-proxy-server-in-c.John Saunders– John Saunders2009-07-09 20:59:04 +00:00Commented Jul 9, 2009 at 20:59
-
It may be a duplicate, but the accepted answer on the other question doesn't actually provide an answer.Chris Pietschmann– Chris Pietschmann2009-07-09 22:09:16 +00:00Commented Jul 9, 2009 at 22:09
Add a comment
|
1 Answer
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.
1 Comment
Chris Pietschmann
This seems to be the only one out there. Too bad.