System.Net.HttpClientComponent.TNetHTTPClient Events
InheritedProtected
| OnAuthEvent | published | Event fired when a user name is needed to be authenticated to the proxy. |
| OnGetDeltaStreams | protected | |
| OnNeedClientCertificate | published | Event fired when a client certificate is needed. |
| OnReceiveData | published | Occurs one or more times while your HTTP client receives response data for a request, and it indicates the current progress of the response download. |
| OnRequestCompleted | published | Event fired when a request finishes. |
| OnRequestError | published | Event fired when a request has an error. |
| OnValidateServerCertificate | published | Event fired when checking the validity of a server certificate. |