We use cookies and other tracking technologies to improve your browsing experience on our website, to show you personalized content and targeted ads, to analyze our website traffic, and to understand where our visitors are coming from.
I am trying to setup a HTTPClient so that it will connect and then immediately perform a WriteData. The connection is a TLS connection with Asynchronous := True, and NotifyEvents := neNoSync.
I have tried calling Client.WriteData after setting Client.Active := True. I have also tried calling Client.WriteData from the OnConnect event. Neither of these appear to work.
How should I be doing this properly?
Thanks,
David
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »