Click or drag to resize

IResourceHandlerCanGetCookie Method

Version 71.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: 71.0.0.0 (71.0.0.0)
Syntax
bool CanGetCookie(
	Cookie cookie
)

Parameters

cookie
Type: CefSharpCookie
cookie

Return Value

Type: Boolean
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.
See Also