summaryrefslogtreecommitdiffstats
path: root/avahi-sharp/AvahiTest.cs
diff options
context:
space:
mode:
authorJames Willcox <snopr@snorp.net>2005-11-17 19:08:58 +0000
committerJames Willcox <snopr@snorp.net>2005-11-17 19:08:58 +0000
commit84e07c25895dd6a8f706499a867afa44b9444ce2 (patch)
tree0a7f8a8218d9cae0c5538bb858a8ba4229fcaca0 /avahi-sharp/AvahiTest.cs
parent8bfdc03f068c79186402a73471f94563a8346757 (diff)
* 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
Diffstat (limited to 'avahi-sharp/AvahiTest.cs')
-rw-r--r--avahi-sharp/AvahiTest.cs2
1 files changed, 2 insertions, 0 deletions
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,