cef_server_t.is_valid_connection

Returns true (1) if |connection_id| represents a valid connection. This function must be called on the dedicated server thread.

struct cef_server_t
extern (System)
int function(cef_server_t* self, int connection_id) nothrow is_valid_connection;

Meta