Click or drag to resize
SessionTimersToString Method (Boolean)
Override of ToString shows timer info in a fancy format

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public string ToString(
	bool bMultiLine
)

Parameters

bMultiLine
Type: SystemBoolean
TRUE if the result can contain linebreaks; false if comma-delimited format preferred

Return Value

Type: String
Timing information as a string
See Also