CefResourceHandler CanGetCookie Method Xilium.CefGlue

[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.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

protected abstract bool CanGetCookie(
	CefCookie cookie
)

Parameters

cookie
Type: Xilium.CefGlue CefCookie

[Missing <param name="cookie"/> documentation for "M:Xilium.CefGlue.CefResourceHandler.CanGetCookie(Xilium.CefGlue.CefCookie)"]

Return Value

Type: OnlineBoolean

[Missing <returns> documentation for "M:Xilium.CefGlue.CefResourceHandler.CanGetCookie(Xilium.CefGlue.CefCookie)"]

See Also