property AfterSendRequest: TNotifyEvent;
Description
The AfterSendRequest event occurs after all request data has been sent to the web server, but before retrieving a response from the server.
AfterSendRequest is similar to the OnConnected event and occurs right before it.
See Also