[ Version ( since = "1.4.5" ) ]
public Bytes download_bytes (string url, ClientDownloadFlags flags, Cancellable? cancellable = null) throws Error
Downloads data from a remote server.
The [method@Client.set_user_agent] function should be called before this method is used.
| this |
a Client |
| url |
the remote URL |
| flags |
download flags, e.g. fwupd_client_download_flag_none |
| cancellable |
optional Cancellable |
|
downloaded data, or null for error |