3
Shouts

A HTTP file server in 130 lines of code

posted by http://fquednau.pip.verisignlabs.com/http://fquednau.pip.verisignlabs.com/ 760 days, 16 hours, 4 minutes ago
Saturday, April 17, 2010 10:34:10 AM GMT

...of which 20 deal with mapping file extensions to MIME types :)

This is a quick code run-down on using the HttpListener to serve directory contens and files with very little code.

category: Web Service | clicked: 3 | | source: realfiction.net | show counter code
tags: .NET, C#, Web, HTTP