System.Net.HttpClient.THTTPClient Events

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AuthEventpublicAuthorization event to ask for user and password.
OnNeedClientCertificatepublicEvent fired when a client certificate is needed
OnReceiveDatapublicOccurs one or more times while your HTTP client receives response data for a request, and it indicates the current progress of the response download.
OnValidateServerCertificatepublicEvent fired when checking the validity of a server certificate.