CefSharp.Fluent Namespace |
[Missing <summary> documentation for "N:CefSharp.Fluent"]
Class | Description | |
---|---|---|
![]() | DownloadHandler |
A IDownloadHandler implementation used by DownloadHandlerBuilder
to provide a fluent means of creating a IDownloadHandler.
|
![]() | DownloadHandlerBuilder |
Fluent DownloadHandler Builder
|
![]() | UrlRequestClient |
Fluent UrlRequestClient
|
![]() | UrlRequestClientBuilder |
Fluent UrlRequestClient Builder
|
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(IWebBrowser, IBrowser, DownloadItem, IBeforeDownloadCallback).
|
![]() | 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.
|