Icon RequestType Property

property RequestType: TEWBServerRequestType

Specifies whether the web server request will be executed synchronously (the default) or asynchronously.

Information It is not recommended that you execute web server requests asynchronously in a native web server module or any other type of environment where one expects the Execute method to wait until the request is executed before returning.
Image