IResourceHandlerCanGetCookie Method |
Version 55.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: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.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