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