[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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 AsString: string; [r] |
end; |
| |
TObject |