Syntax
| ParentRequest.{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 Request Object to get information about the current request. The requested file, variables and headers are parsed and presented as convenient properties.
The Request Object is compatible with the MS SOAP library.
Listed below are the methods and/or properties for the ParentRequest object:
Properties
Methods
|
See Also
|