IResourceHandlerCanSetCookie Method |
Version 73.1.130
Return true if the specified cookie returned with the response can be set or false otherwise.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 73.1.130.0 (73.1.130.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