System.Net.HttpClient.THTTPClient.OnUpdateCookie

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnUpdateCookie: THTTPUpdateCookieEvent read FOnUpdateCookie write FOnUpdateCookie;

C++

__property THTTPUpdateCookieEvent OnUpdateCookie = {read=FOnUpdateCookie, write=FOnUpdateCookie};

Properties

Type Visibility Source Unit Parent
event public
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient THTTPClient

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.

See Also