Difference between revisions of "THTTPCookieAttributes"

From Ultibo.org
Jump to: navigation, search
(Created page with "Return to Unit HTTP __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible mw-collapse...")
(No difference)

Revision as of 23:48, 23 October 2025

Return to Unit HTTP


Description


To be documented

Class definitions



THTTPCookieAttributes = class(TListObject)

protected
constructor Create;  
public
Domain:String;  
Expires:TDateTime;  
HttpOnly:Boolean;  
MaxAge:Integer;  
Partitioned:Boolean;  
Path:String;  
Secure:Boolean;  
SameSite:String;  
 
function SetAttributes(AAttributes:THTTPCookieAttributes):Boolean;  
procedure ClearAttributes;  


Function declarations



constructor THTTPCookieAttributes.Create(const AName:String);
Description: To be documented
Note None documented


Return to Unit Reference