summaryrefslogtreecommitdiff
path: root/IvyControl/IvyControl.cs
diff options
context:
space:
mode:
authorfcolin2010-10-18 15:42:04 +0000
committerfcolin2010-10-18 15:42:04 +0000
commit5e310bef48ed719d15d88aafb9b92e674cb42b96 (patch)
tree76bbe7ba4fe2ec03576e6989eb2287cf03d2b5c8 /IvyControl/IvyControl.cs
parent657ff69295b138cf498968ac20653215c5d86252 (diff)
downloadivy-csharp-5e310bef48ed719d15d88aafb9b92e674cb42b96.zip
ivy-csharp-5e310bef48ed719d15d88aafb9b92e674cb42b96.tar.gz
ivy-csharp-5e310bef48ed719d15d88aafb9b92e674cb42b96.tar.bz2
ivy-csharp-5e310bef48ed719d15d88aafb9b92e674cb42b96.tar.xz
utilisation de socket IPV6 si le domain contient un multicast IPV6 genre FF02::1
Diffstat (limited to 'IvyControl/IvyControl.cs')
-rw-r--r--IvyControl/IvyControl.cs13
1 files changed, 12 insertions, 1 deletions
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;
+ }
+
+ }
+
/// <summary>AppName the application name</summary>
#if (!PocketPC)