Click or drag to resize

CefResourceHandlerCanGetCookie Method

Return true if the specified cookie can be sent with the request or false otherwise. If false is returned for any cookie then no cookies will be sent with the request.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected abstract bool CanGetCookie(
	CefCookie cookie
)

Parameters

cookie  CefCookie
 

Return Value

Boolean
See Also