Click or drag to resize

ISetCookieCallbackOnComplete Method

Version 130.1.90
Method that will be called upon completion.

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

Parameters

success  Boolean
success will be true if the cookie was set successfully.
See Also