[This is preliminary documentation and is subject to change.]
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: Xilium.CefGlueAssembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax
Parameters
- cookie
- Type: Xilium.CefGlue CefCookie
[Missing <param name="cookie"/> documentation for "M:Xilium.CefGlue.CefResourceHandler.CanGetCookie(Xilium.CefGlue.CefCookie)"]
Return Value
Type: Boolean[Missing <returns> documentation for "M:Xilium.CefGlue.CefResourceHandler.CanGetCookie(Xilium.CefGlue.CefCookie)"]
See Also