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.
OnReceiveDataExpublicEvent that allows access to the just-read data.
OnRedirectpublicEvent fired when the HTTP response will lead to a redirect.
OnSendDatapublic
OnUpdateCookiepublicEvent fired when HTTP response cookies are added to the CookieManager object.
OnValidateServerCertificatepublicEvent fired when checking the validity of a server certificate.