Click or drag to resize

ISetCookieCallback.OnComplete Method

Version 105.3.390
Method that will be called upon completion.

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

Parameters

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