Click or drag to resize
ProgressCallbackEventArgs Constructor
Progress Callback

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public ProgressCallbackEventArgs(
	float flCompletionRatio,
	string sProgressText
)

Parameters

flCompletionRatio
Type: SystemSingle
Float indicating completion ratio, 0.0 to 1.0. Set to 0 if unknown.
sProgressText
Type: SystemString
Short string describing current operation, progress, etc
See Also