UtilDebugNetworkingIsFiddlerRunning Method

Determines whether Fiddler program is running on the current machine.

Fiddler is a network protocol analyzer for Windows operating system.

Definition

Namespace: DevCase.Core.Diagnostics.Debugging.Networking
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool IsFiddlerRunning()

Return Value

Boolean
if Fiddler program is running on the current machine; otherwise, .

Remarks

See Also