Back to product page- Introduction
- License agreement
- Classes
- Enumerations
- Exceptions
- WeOnlyDo.Server.WebServer
- WeOnlyDo.Server.WebHeader
- WeOnlyDo.Server.WebHeaders
- WeOnlyDo.Server.WebRequest
- WeOnlyDo.Server.WebResponse
- WeOnlyDo.Server.WebSessions
- WeOnlyDo.Server.WebSessionVar
- WeOnlyDo.Server.WebSessionVars
- WeOnlyDo.Server.WebUpload
- WeOnlyDo.Server.WebUploads
- WeOnlyDo.Server.WebUser
- WeOnlyDo.Server.WebUsers
- How to get support?
Properties
| Body | Holds full response body. |
| Delivery | Determines when will wodWebServer.NET deliver response. |
| Headers | Returns reference to response headers. |
| HttpVersion | Holds version of HTTP protocol used. |
| Length | Holds length of the response Body. |
| StatusCode | Holds status code returned to the client. |
| StatusLine | Holds full status line returned to the client. |
| StatusText | Holds status text returned to the client. |
| Stream | Holds reference to the Stream object that holds the body data. |