From 84e07c25895dd6a8f706499a867afa44b9444ce2 Mon Sep 17 00:00:00 2001 From: James Willcox Date: Thu, 17 Nov 2005 19:08:58 +0000 Subject: * Add EntryGroup.UpdateService, EntryGroup.AddServiceSubtype, EntryGroup.AddAddress, EntryGroup.AddRecord, EntryGroup.JoinServiceName, EntryGroup.SplitServiceName git-svn-id: file:///home/lennart/svn/public/avahi/trunk@998 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-sharp/AvahiTest.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'avahi-sharp/AvahiTest.cs') diff --git a/avahi-sharp/AvahiTest.cs b/avahi-sharp/AvahiTest.cs index 0fac04b..df95b90 100644 --- a/avahi-sharp/AvahiTest.cs +++ b/avahi-sharp/AvahiTest.cs @@ -32,6 +32,8 @@ public class AvahiTest { public static void Main () { client = new Client (); + Console.WriteLine ("joined service name: " + EntryGroup.JoinServiceName ("FooBar", "_foo", "local")); + EntryGroup eg = new EntryGroup (client); eg.StateChanged += OnEntryGroupChanged; eg.AddService ("foobar2", "_daap._tcp", client.DomainName, -- cgit