CefSharp.Fluent Namespace (original) (raw)
Version 107.1.120
[Missing
Classes
Delegates
| | Delegate | Description | |
| -------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| | CanDownloadDelegate | Called before a download begins in response to a user-initiated action (e.g. alt + link click or link click that returns a `Content-Disposition: attachment` response from the server). |
|
| GetAuthCredentialsDelegate | Called on the CEF IO thread when the browser needs credentials from the user. This method will only be called for requests initiated from the browser process. |
|
| OnBeforeDownloadDelegate | Called before a download begins. |
|
| OnDownloadDataDelegate | Called when some part of the response is read. This method will not be called if the NoDownloadData flag is set on the request. |
|
| OnDownloadProgressDelegate | Notifies the client of download progress. |
|
| OnDownloadUpdatedDelegate | Called when a download's status or progress information has been updated. This may be called multiple times before and after [!:OnBeforeDownload]. |
|
| OnRequestCompleteDelegate | Notifies the client that the request has completed. Use the RequestStatus property to determine if the request was successful or not. |
|
| OnUploadProgressDelegate | Notifies the client of upload progress. This method will only be called if the UR_FLAG_REPORT_UPLOAD_PROGRESS flag is set on the request. |