]> git.meshlink.io Git - catta/blobdiff - avahi-sharp/HostNameResolver.cs
* Add RecordBrowser.cs
[catta] / avahi-sharp / HostNameResolver.cs
index 9780811408a1fb3b64567a189e31c8cffd4163a0..0922aa787c1339b34c9f1014fd1c3703b6413904 100644 (file)
@@ -157,7 +157,7 @@ namespace Avahi
                 currentHost = Utility.PtrToString (hostname);
 
                 foreach (HostAddressHandler handler in foundListeners)
-                    handler (this, currentHost, currentAddress);
+                    handler (this, new HostAddressArgs (currentHost, currentAddress));
                 break;
             case ResolverEvent.Failure:
                 EmitFailure (client.LastError);