IResourceHandlerCanGetCookie Method |
Version 67.0.0
Return true if the specified cookie can be sent with the request or false
otherwise. If false is returned for any cookie then no cookies will be sent
with the request.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 67.0.0.0 (67.0.0.0)
Syntax bool CanGetCookie(
Cookie cookie
)
bool CanGetCookie(
Cookie^ cookie
)
Parameters
- cookie
- Type: CefSharpCookie
cookie
Return Value
Type:
BooleanReturn true if the specified cookie can be sent with the request or false
otherwise. If false is returned for any cookie then no cookies will be sent
with the request.
See Also