UtilDebugNetworkingEnableAntiNetworkDebugProtection Method

Enables Anti-Network Debugging protection for the current application.

This Anti-Network Debugging protection supports only these network protocol analyzers:

• Fiddler

• Wireshark

• WPE Pro

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 void EnableAntiNetworkDebugProtection(
	Action callback
)

Parameters

callback  Action
An encapsulated method that will be invoked if a network debugger is detected.

Normally it should be a method containing instructions to terminate the current application.

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

See Also