CefSharp.Fluent Namespace (original) (raw)

Version 107.1.120

[Missing

documentation for "N:CefSharp.Fluent"]

Classes

Delegates

| | Delegate | Description | | | -------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Public delegate | 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). | | Public delegate | 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. | | Public delegate | OnBeforeDownloadDelegate | Called before a download begins. | | Public delegate | 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. | | Public delegate | OnDownloadProgressDelegate | Notifies the client of download progress. | | Public delegate | OnDownloadUpdatedDelegate | Called when a download's status or progress information has been updated. This may be called multiple times before and after [!:OnBeforeDownload]. | | Public delegate | OnRequestCompleteDelegate | Notifies the client that the request has completed. Use the RequestStatus property to determine if the request was successful or not. | | Public delegate | 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. |