UtilDebugNetworkingDisableAntiNetworkDebugProtection Method
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 void DisableAntiNetworkDebugProtection()
Public Shared Sub DisableAntiNetworkDebugProtection
UtilDebugNetworking.DisableAntiNetworkDebugProtection()
public:
static void DisableAntiNetworkDebugProtection()
static member DisableAntiNetworkDebugProtection : unit -> unit
No code example is currently available or this language may not be supported.
This is a code example.
No code example is currently available or this language may not be supported.
Dim antiNetworkDebugCallback As Action =
Sub()
Debug.WriteLine("A network debugger is detected!")
Debug.WriteLine("Disabling anti-network debugging protection...")
UtilDebug.DisableAntiNetworkDebugProtection
Debug.WriteLine("Anti-network debugging protection disabled.")
End Sub
Debug.WriteLine("Enabling anti-network debugging protection...")
UtilDebug.EnableAntiNetworkDebugProtection(antiNetworkDebugCallback)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.