Click or drag to resize

IResourceHandlerCanSetCookie Method

Version 71.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: 71.0.0.0 (71.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