WeOnlyDo.Server.WebResponse
Implements methods and properties for handling server response.
| Methods | |
|
|
| 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. |
|
Platforms
Windows