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 one or more requests, and it indicates the current progress of the response download for the specified request.
OnSendDatapublic
OnValidateServerCertificatepublicEvent fired when checking the validity of a server certificate.