UtilDebugNetworkingIsWPERunning Method
Determines whether
WPE Pro (
Winsock Packet Editor) program is running on the current machine.
WPE Pro 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 IsWPERunning()
Public Shared Function IsWPERunning As Boolean
Dim returnValue As Boolean
returnValue = UtilDebugNetworking.IsWPERunning()
public:
static bool IsWPERunning()
static member IsWPERunning : unit -> bool
No code example is currently available or this language may not be supported.
Return Value
Boolean if
WPE Pro program is running on the current machine;
otherwise,
.