WeOnlyDo! wodWebServer ActiveX - WebResponse Object
    
 
Description

WebResponse Class


Object Model




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/Filename.


Members
Methods
CGIExecute Executes external CGI program as the response.
ISAPIExecute Executes preloaded ISAPI extension
Redirect Redirects response to new URL.
Send Sends response back to the client.
SendChunk Sends chunk of data.
SendHeaders Sends response headers.

Properties
Body Read-write property Holds full response body.
Delivery Read-write property Determines when will wodWebServer deliver response.
Filename Read-write property Holds full path where response body is stored.
Headers Read-only property Returns reference to response headers.
HttpVersion Read-write property Holds version of HTTP protocol used.
RangeEnd Read-write property Determines end position of the response.
RangeStart Read-write property Determines start position of the response.
ScriptBegin Read-write property Holds text that is interpreted as begin of scripting language.
ScriptEnd Read-write property Holds text that is interpreted as end of scripting language.
StatusCode Read-write property Holds status code returned to the client.
StatusLine Read-write property Holds full status line returned to the client.
StatusText Read-write property Holds status text returned to the client.
Tag Read-write property Tag for misc usage.
TransferEncoding Read-write property Determines encoding of response body.