WebResponse Class
wodWebServer.NET Help file

WebResponse Class

Implements methods and properties for handling server response.

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

System.Object
   WeOnlyDo.Server.WebResponse

public class WebResponse

Remarks

WebResponse object holds information specific to response that is sent to the client. You will usually set its properties in RequestDone event. Most important properties are StatusCode and Body/Stream.

Requirements

Namespace: WeOnlyDo.Server

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

See Also

WebResponse Members | WeOnlyDo.Server Namespace