System.Net.HttpClient.IHTTPRequest Events

From RAD Studio API Documentation


InheritedProtected
OnReceiveDatapublicOccurs one or more times while your request receives response data, and it indicates the current progress of the response download.
OnReceiveDataExpublicAllows access to the just-read data.
OnSendDatapublic