Unit 'HTTPDefs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl-web]

TCookie

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: httpdefs.pp line 156

type TCookie = class(TCollectionItem)

protected

  function GetAsString;

public

  constructor Create(); override;

  procedure Assign(); override;

  procedure Expire;

  property Name: string; [rw]

  property Value: string; [rw]

  property Domain: string; [rw]

  property Path: string; [rw]

  property Expires: TDateTime; [rw]

  property Secure: Boolean; [rw]

  property HttpOnly: Boolean; [rw]

  property SameSite: TSameSite; [rw]

  property AsString: string; [r]

end;

Inheritance

TCookie

|

TObject


Documentation generated on: 2023-03-18