cef_request_context_t.resolve_host

Attempts to resolve |origin| to a list of associated IP addresses. |callback| will be executed on the UI thread after completion.

struct cef_request_context_t
extern (System)
void function(cef_request_context_t* self, const(cef_string_t)* origin, cef_resolve_callback_t* callback) nothrow resolve_host;

Meta