System.Net.HttpClientComponent.TNetHTTPClient.OnUpdateCookie
Delphi
property OnUpdateCookie: THTTPUpdateCookieEvent read FOnUpdateCookie write SetOnUpdateCookie;
C++
__property System::Net::Httpclient::THTTPUpdateCookieEvent OnUpdateCookie = {read=FOnUpdateCookie, write=SetOnUpdateCookie};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | System.Net.HTTPClientComponent.pas System.Net.HTTPClientComponent.hpp |
System.Net.HttpClientComponent | TNetHTTPClient |
Description
Event fired when HTTP response cookies are added to the CookieManager object.
OnUpdateCookie is fired for each response cookie.
When AAllow
is set to False
, the cookie is not added.