Movatterモバイル変換


[0]ホーム

URL:


CefSharp API Doc
CefSharp API Doc
Namespaces
CefSharp.Fluent
CanDownloadDelegate Delegate
DownloadHandler Class
DownloadHandlerBuilder Class
GetAuthCredentialsDelegate Delegate
OnBeforeDownloadDelegate Delegate
OnDownloadDataDelegate Delegate
OnDownloadProgressDelegate Delegate
OnDownloadUpdatedDelegate Delegate
OnRequestCompleteDelegate Delegate
OnUploadProgressDelegate Delegate
UrlRequestClient Class
UrlRequestClientBuilder Class
Click or drag to resizeClick or drag to resize

CefSharp.Fluent Namespace

Version 118.6.80

[Missing <summary> documentation for "N:CefSharp.Fluent"]

Classes
 ClassDescription
Public classDownloadHandler
AIDownloadHandler implementation used byDownloadHandlerBuilder to provide a fluent means of creating aIDownloadHandler.
Public classDownloadHandlerBuilder
Fluent DownloadHandler Builder
Public classUrlRequestClient
Fluent UrlRequestClient
Public classUrlRequestClientBuilder
Fluent UrlRequestClient Builder
Delegates
 DelegateDescription
Public delegateCanDownloadDelegate
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 delegateGetAuthCredentialsDelegate
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 delegateOnBeforeDownloadDelegate
Called before a download begins.
Public delegateOnDownloadDataDelegate
Called when some part of the response is read. This method will not be called if theNoDownloadData flag is set on the request.
Public delegateOnDownloadProgressDelegate
Notifies the client of download progress.
Public delegateOnDownloadUpdatedDelegate
Called when a download's status or progress information has been updated. This may be called multiple times before and afterOnBeforeDownload(IWebBrowser, IBrowser, DownloadItem, IBeforeDownloadCallback).
Public delegateOnRequestCompleteDelegate
Notifies the client that the request has completed. Use theRequestStatus property to determine if the request was successful or not.
Public delegateOnUploadProgressDelegate
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.

https://raw.githubusercontent.com/cefsharp/CefSharp/master/LICENSE


[8]ページ先頭

©2009-2025 Movatter.jp