wodWebServer.NET - Version 1.3.0 General information:wodWebServer.NET is an .NET Component that implementsserver side of HTTP and HTTPS protocols (HTTPServer).It's main purpose is to serve HTML pages, GIF/JPG/PNGimages, documents, and other resources that areaccessible through Browser clients (such as InternetExplorer, Mozilla Firefox, Netscape etc..) It isrobust, easy to use, fast, and can be used in all .NETenvironments. It serves both static pages, as well asdynamically created ones. You can run your existingASPX/ASP.NET pages just with wodWebServer.NET, no needfor 3rd party web server, such as IIS.wodWebServer.NET runs through Request/Response objects- whatever client sends is parsed and stored to Requestobject. When you're ready to deliver response, you justneed to populate Response object - such as Bodyproperty, StatusCode, and that's it. If you're fast andcan do it from within RequestDone event, then you don'teven have to call any Send methods - it's deliveredautomaticaly.Features include: * support for HTTP and HTTPS protocols * complete information on connected users - gettheir originating IP address, originating port, totalconnected time... * Choose either Automatic content delivery (sitback and enjoy) or manual - in which case you definevirtually everything that is sent * ASP.NET dynamic page support by running yourexecutables directly from wodWebServer * Parsing of query variables, posted data,form-uploaded data for easy access * Can be used as standalone, or together with otherWEB server (such as Apache, IIS...) by running onanother portSSL/TLS Support:Just by setting Secure property to True,wodWebServer.NET becomes completely secured server. Youcan provide your own certificates, or generate new onesfor temporary use, it's all the same for wodWebServer.NET