cef_request_t.get_identifier

Returns the globally unique identifier for this request or 0 if not specified. Can be used by cef_resource_request_handler_t implementations in the browser process to track a single request across multiple callbacks.

struct cef_request_t
extern (System)
ulong function(cef_request_t* self) nothrow get_identifier;

Meta