cef_server_t.has_connection

Returns true (1) if the server currently has a connection. This function must be called on the dedicated server thread.

struct cef_server_t
extern (System)
int function(cef_server_t* self) nothrow has_connection;

Meta