Click or drag to resize

ISetCookieCallbackOnComplete Method

Version 93.1.111
Method that will be called upon completion.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntax
void OnComplete(
	bool success
)

Parameters

success
Type: SystemBoolean
success will be true if the cookie was set successfully.
See Also