cef_urlrequest_client_t

Undocumented in source.

Members

Variables

base
cef_base_t base;
Undocumented in source.
get_auth_credentials
int function(cef_urlrequest_client_t*, int, const(cef_string_t)*, int, const(cef_string_t)*, const(cef_string_t)*, cef_auth_callback_t*) get_auth_credentials;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
on_download_data
void function(cef_urlrequest_client_t*, cef_urlrequest_t*, const(void)*, size_t) on_download_data;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
on_download_progress
void function(cef_urlrequest_client_t*, cef_urlrequest_t*, ulong, ulong) on_download_progress;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
on_request_complete
void function(cef_urlrequest_client_t*, cef_urlrequest_t*) on_request_complete;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
on_upload_progress
void function(cef_urlrequest_client_t*, cef_urlrequest_t*, ulong, ulong) on_upload_progress;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Meta