Beispiel #1
0
 public static void EnableIPv6(string appName, string interfaceId)
 {
     AssertSuccess(() => PInvoke.EnableIPv6(appName, interfaceId));
 }
Beispiel #2
0
 public static void DisableIPv6OnAllAdapters(string appName, string excludeId)
 {
     AssertSuccess(() => PInvoke.DisableIPv6OnAllAdapters(appName, excludeId));
 }