cef_request_context_t.close_all_connections

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(). If |callback| is non-NULL it will be executed on the UI thread after completion.

struct cef_request_context_t
extern (System)
void function(cef_request_context_t* self, cef_completion_callback_t* callback) nothrow close_all_connections;

Meta