Syntax
| ParentResponse.{method or property}
|
---|---|
Description
| This is one of the three dynamic objects that exist during the POST or GET event in the web server. These are: ParentRequest, ParentResponse and ParentSession. They cannot be used outside a web servers' session.
Use the ParentResponse Object to manage information being sent back to the client. It is automatically populated with information to fulfill the Request on entry to an event. If an error occurs while trying to load the requested file, the object is populated with a default error page. The contents of this object may be changed before it is sent to the client. Several default response header fields are automatically generated from Response.Body when the actual response is created.
The Response Object is compatible with the MS SOAP library.
Listed below are the methods and/or properties for the ParentRequest object:
|
See Also
|