From 5e310bef48ed719d15d88aafb9b92e674cb42b96 Mon Sep 17 00:00:00 2001 From: fcolin Date: Mon, 18 Oct 2010 15:42:04 +0000 Subject: utilisation de socket IPV6 si le domain contient un multicast IPV6 genre FF02::1 --- IvyControl/IvyControl.cs | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'IvyControl/IvyControl.cs') diff --git a/IvyControl/IvyControl.cs b/IvyControl/IvyControl.cs index 20b43be..47dfd8c 100644 --- a/IvyControl/IvyControl.cs +++ b/IvyControl/IvyControl.cs @@ -183,7 +183,18 @@ namespace IvyBus } - +#if (!PocketPC) + [Category("Ivy")] +#endif + public bool IpV6 + { + get + { + return ivy.IpV6; + } + + } + /// AppName the application name #if (!PocketPC) -- cgit v1.1