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