A tiny, cross-platform, module based web server for .NET
...Extensible: Write your own modules -- For example, video streaming, UPnP, etc. Check out EmbedIO Extras for additional modules. Small memory footprint. Create REST APIs quickly with the out-of-the-box Web API module. Serve static or embedded files with 1 line of code (also out-of-the-box). Handle sessions with the built-in LocalSessionWebModule. WebSockets support CORS support. Origin, Header and Method validation with OPTIONS preflight. HTTP 206 Partial Content support. Support Xamarin Forms.
Simple WebServer for .NET and Mono can serve static web sites with images of corse.
Beta version can catch 404 and 418 ;-) errors with custom files for now , run with configurable json file look at "config.json".
In true is planned use it as cordova local webserver but for Windows Devices
Any Support will be welcome look at https://ydk2.tk/
Och you can use dll only to use try
SimpleHTTPServer myServer = new SimpleHTTPServer (root + www, host, port);
c# embedded web server. Very lightweight. Port of VQEmbWeb java web server by Gareth Cronin(http://veryquick.org/vqembweb/). Support local static files,local images, embedded web pages and embedded images. Handles cookies.