Datasnap.DSHTTPClient.TDSHTTP.AllowCookies

From RAD Studio API Documentation
Revision as of 10:44, 9 September 2015 by Sarah (talk | contribs) (RS-67380)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

property AllowCookies: Boolean read GetAllowCookies write SetAllowCookies;

C++

__property bool AllowCookies = {read=GetAllowCookies, write=SetAllowCookies, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Datasnap.DSHTTPClient TDSHTTP

Description

Cookies policy used by the DataSnap HTTP client.

See Also