ProgressCallbackEventArgs Constructor |
Progress Callback
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public ProgressCallbackEventArgs(
float flCompletionRatio,
string sProgressText
)
Public Sub New (
flCompletionRatio As Single,
sProgressText As String
)
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