Click or drag to resize
IResourceHandlerCanSetCookie Method
Version 51.0.0
Return true if the specified cookie returned with the response can be set or false otherwise.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax
bool CanSetCookie(
	Cookie cookie
)

Parameters

cookie
Type: CefSharpCookie
cookie

Return Value

Type: Boolean
Return true if the specified cookie returned with the response can be set or false otherwise.
See Also