System.Net.HttpClientComponent.TNetHTTPClient Events

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
OnAuthEventpublishedEvent fired when a user name is needed to be authenticated to the proxy.
OnGetDeltaStreamsprotected
OnNeedClientCertificatepublishedEvent fired when a client certificate is needed.
OnReceiveDatapublishedOccurs one or more times while your HTTP client receives response data for a request, and it indicates the current progress of the response download.
OnRequestCompletedpublishedEvent fired when a request finishes.
OnRequestErrorpublishedEvent fired when a request has an error.
OnValidateServerCertificatepublishedEvent fired when checking the validity of a server certificate.