Click or drag to resize

UrlRequestClientBuilderOnDownloadData Method

Version 102.0.100

Namespace:  CefSharp.Fluent
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 102.0.100.0
Syntax
public UrlRequestClientBuilder OnDownloadData(
	OnDownloadDataDelegate action
)

Parameters

action
Type: CefSharp.FluentOnDownloadDataDelegate
Action to be executed when OnDownloadData(IUrlRequest, Stream) is called

Return Value

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