UtilDebugNetworkingIsFiddlerRunning Method
Determines whether
Fiddler program is running on the current machine.
Fiddler is a network protocol analyzer for Windows operating system.
Namespace: DevCase.Core.Diagnostics.Debugging.NetworkingAssembly: 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()
Public Shared Function IsFiddlerRunning As Boolean
Dim returnValue As Boolean
returnValue = UtilDebugNetworking.IsFiddlerRunning()
public:
static bool IsFiddlerRunning()
static member IsFiddlerRunning : unit -> bool
No code example is currently available or this language may not be supported.
Return Value
Boolean if
Fiddler program is running on the current machine;
otherwise,
.