Response

Controls all information sent to the browser or client as a response.

More:

ContentType

Cookies Collection

Cookies.Add Method

Expires

lHttpCookie

Status

nContentLength

AddCookie Method

AddHeader Method

BinaryWrite Method

Body Method

Call Method

Clear Method

CookieDate Method

DateRFC1123 Method

Flush Method

Header Method

Redirect Method

Reset method

Write Method

Note

The Response object collects all information generated during the AFP document operation and sends it back to the browser via the web server. The object manages two kinds of data – the HTTP header and the generated document. The latter will generally be a document in HTML format although it may also be an XML document or any other file.

See also

Request Object