Click or drag to resize

CefRequestContextCloseAllConnections Method

Clears all active and idle connections that Chromium currently has. This is only recommended if you have released all other CEF objects but don't yet want to call CefShutdown(). If |callback| is non-NULL it will be executed on the UI thread after completion.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void CloseAllConnections(
	CefCompletionCallback callback
)

Parameters

callback
Type: Internal.Xilium.CefGlueCefCompletionCallback
See Also