WebResponse Object
WebResponse object holds information specific to response that is sent to the client.
| Methods | |
|
|
| Properties | |
| | Body | Holds full response body. | | Delivery | Determines when will wodWebServer deliver response. | | Filename | Holds full path where response body is stored. | | Headers | Returns reference to response headers. | | HttpVersion | Holds version of HTTP protocol used. | | RangeEnd | Determines end position of the response. | | RangeStart | Determines start position of the response. | | ScriptBegin | Holds text that is interpreted as begin of scripting language. | | ScriptEnd | Holds text that is interpreted as end of scripting language. | | 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. | | Tag | Tag for misc usage. | | TransferEncoding | Determines encoding of response body. |
|
Platforms
Windows