Introduction - If you have any usage issues, please Google them yourself
Simple HTTP Server in C #
This example is a Web server involves processing only the most basic protocol capabilities HTTP/1.0. More advanced HTTP features include data compression, preservation of the sessions, partial downloads and much more. Nevertheless, even such a simple Web server allows you to generate pages that are understood by modern browsers.