Click or drag to resize

CefSetCookieCallbackOnComplete Method

Method that will be called upon completion. |success| will be true if the cookie was set successfully.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected abstract void OnComplete(
	bool success
)

Parameters

success
Type: SystemBoolean
See Also