what is the diff in WebHttpRequest event ?

Hi ,


what is the difference between onRequestResponse and onResponse ?
And is there a way like WebClientConnection which can detect the OnConnectionError
Event in WebHttpRequest component ? Please advice ,

Thanks,
Kalmen

The difference is that in the OnRequestResponse you have also access via the parameterlist to the original Request object.

When there is an error with the TWebHttpRequest, the OnAbort event will be triggered.