IResourceHandlerCanSetCookie Method |
Version 55.0.0
Return true if the specified cookie returned with the response can be set or false otherwise.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax bool CanSetCookie(
Cookie cookie
)
bool CanSetCookie(
Cookie^ cookie
)
Parameters
- cookie
- Type: CefSharpCookie
cookie
Return Value
Type:
BooleanReturn true if the specified cookie returned with the response can be set or false otherwise.
See Also