Click or drag to resize

UrlRequestClientBuilderOnDownloadProgress Method

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

Parameters

action  OnDownloadProgressDelegate
Action to be executed when OnDownloadProgress(IUrlRequest, Int64, Int64) is called

Return Value

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