property OnConnected: TNotifyEvent;
Description
The OnConnected event occurs after a connection to the web server is established, but before retrieving a response from the server.
OnConnected is similar to the AfterSendRequest event and occurs right after it.
See Also