CefResourceHandlerCanSetCookie Method |
Return true if the specified cookie returned with the response can be set
or false otherwise.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected abstract bool CanSetCookie(
CefCookie cookie
)
Parameters
- cookie CefCookie
-
Return Value
Boolean
See Also