Class TCustomCookieAccessFilter

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCustomCookieAccessFilter = class(TCefCookieAccessFilterOwn)

Description

This item has no description.

Hierarchy

Overview

Fields

Protected FEvents: Pointer;

Methods

Protected function CanSendCookie(const browser: ICefBrowser; const frame: ICefFrame; const request: ICefRequest; const cookie: PCefCookie): boolean; override;
Protected function CanSaveCookie(const browser: ICefBrowser; const frame: ICefFrame; const request: ICefRequest; const response: ICefResponse; const cookie: PCefCookie): boolean; override;
Public constructor Create(const events : IChromiumEvents); reintroduce;
Public procedure BeforeDestruction; override;
Public procedure RemoveReferences; override;

Description

Fields

Protected FEvents: Pointer;

This item has no description.

Methods

Protected function CanSendCookie(const browser: ICefBrowser; const frame: ICefFrame; const request: ICefRequest; const cookie: PCefCookie): boolean; override;

This item has no description. Showing description inherited from ICefCookieAccessFilter.CanSendCookie.

Called on the IO thread before a resource request is sent. The |browser| and |frame| values represent the source of the request, and may be NULL for requests originating from service workers or ICefUrlRequest. |request| cannot be modified in this callback. Return true (1) if the specified cookie can be sent with the request or false (0) otherwise.

Protected function CanSaveCookie(const browser: ICefBrowser; const frame: ICefFrame; const request: ICefRequest; const response: ICefResponse; const cookie: PCefCookie): boolean; override;

This item has no description. Showing description inherited from ICefCookieAccessFilter.CanSaveCookie.

Called on the IO thread after a resource response is received. The |browser| and |frame| values represent the source of the request, and may be NULL for requests originating from service workers or ICefUrlRequest. |request| cannot be modified in this callback. Return true (1) if the specified cookie returned with the response can be saved or false (0) otherwise.

Public constructor Create(const events : IChromiumEvents); reintroduce;

This item has no description.

Public procedure BeforeDestruction; override;

This item has no description.

Public procedure RemoveReferences; override;

This item has no description. Showing description inherited from ICefCookieAccessFilter.RemoveReferences.

Custom procedure to clear all references.


Generated by PasDoc 0.16.0-snapshot.