WebServer Class
wodWebServer.NET Help file

WebServer Class

Main wodWebServer.NET object.

For a list of all members of this type, see WebServer Members.

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         WeOnlyDo.Server.WebServer

public class WebServer : Component

Remarks

wodWebServer.NET implements server side of HTTP and HTTPS protocols (HTTPServer). It's main purpose is to serve HTML pages, GIF/JPG/PNG images, documents, and other resources that are accessible through Browser clients (such as Internet Explorer, Mozilla Firefox, Netscape etc..). It is robust, easy to use, fast, and can be used in all environments that support .NET technology. It serves both static pages, as well as dynamically created ones.

wodWebServer.NET runs using Request/Response objects model - whatever client sends is parsed and stored to Request object. When you're ready to deliver response, you just need to populate Response object - such as Body property, StatusCode, and that it. If you're fast and can do it from within RequestDone event, then you don't even have to call any Send methods - it's delivered automaticaly.

Requirements

Namespace: WeOnlyDo.Server

Assembly: WeOnlyDo.Server.WebServer (in WeOnlyDo.Server.WebServer.dll)

See Also

WebServer Members | WeOnlyDo.Server Namespace