Click or drag to resize

UrlRequestClientBuilderOnDownloadProgress Method

Version 94.4.20

Namespace:  CefSharp.Fluent
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 94.4.20.0
Syntax
public UrlRequestClientBuilder OnDownloadProgress(
	OnDownloadProgressDelegate action
)

Parameters

action
Type: CefSharp.FluentOnDownloadProgressDelegate
Action to be executed when OnDownloadProgress(IUrlRequest, Int64, Int64) is called

Return Value

Type: UrlRequestClientBuilder
Fluent Builder, call Build to create a new IUrlRequestClient instance
See Also