Click or drag to resize

UrlRequestClientBuilder.OnUploadProgress Method

Version 108.4.130

Namespace:  CefSharp.Fluent
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 108.4.130.0
Syntax
public UrlRequestClientBuilder OnUploadProgress(
	OnUploadProgressDelegate action
)

Parameters

action
Type: CefSharp.Fluent.OnUploadProgressDelegate
Action to be executed when OnUploadProgress(IUrlRequest, Int64, Int64) is called

Return Value

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