RequestContextCloseAllConnections Method |
Version 71.0.0
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 Cef.Shutdown().
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 Cef.Shutdown().
Namespace:
CefSharp
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 71.0.0.0
Syntax public virtual void CloseAllConnections(
ICompletionCallback callback
)
public:
virtual void CloseAllConnections(
ICompletionCallback^ callback
)
Parameters
- callback
- Type: CefSharpICompletionCallback
If is non-NULL it will be executed on the CEF UI thread after
completion. This param is optionalIf is non-NULL it will be executed on the CEF UI thread after
completion. This param is optional
Implements
IRequestContextCloseAllConnections(ICompletionCallback)See Also