Click or drag to resize

CefResourceHandlerCanSetCookie Method

Return true if the specified cookie returned with the response can be set or false otherwise.

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

Parameters

cookie
Type: Internal.Xilium.CefGlueCefCookie

Return Value

Type: Boolean
See Also