ISetCookieCallbackOnComplete Method  | 
Version 118.6.80 
            Method that will be called upon completion. 
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
Syntaxvoid OnComplete(
	bool success
)
void OnComplete(
	bool success
)
Parameters
- success
 - Type: SystemBoolean
success will be true if the cookie was set successfully. 
See Also