NSNetServiceBrowserDelegate_Extensions Class

Definition

Extension methods to the INSNetServiceBrowserDelegate interface to support all the methods from the NSNetServiceBrowserDelegate protocol.

public static class NSNetServiceBrowserDelegate_Extensions
type NSNetServiceBrowserDelegate_Extensions = class
Inheritance
NSNetServiceBrowserDelegate_Extensions

Remarks

The extension methods for INSNetServiceBrowserDelegate allow developers to treat instances of the interface as having all the optional methods of the original NSNetServiceBrowserDelegate protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

DomainRemoved(INSNetServiceBrowserDelegate, NSNetServiceBrowser, String, Boolean)
FoundDomain(INSNetServiceBrowserDelegate, NSNetServiceBrowser, String, Boolean)
FoundService(INSNetServiceBrowserDelegate, NSNetServiceBrowser, NSNetService, Boolean)
NotSearched(INSNetServiceBrowserDelegate, NSNetServiceBrowser, NSDictionary)
SearchStarted(INSNetServiceBrowserDelegate, NSNetServiceBrowser)
SearchStopped(INSNetServiceBrowserDelegate, NSNetServiceBrowser)
ServiceRemoved(INSNetServiceBrowserDelegate, NSNetServiceBrowser, NSNetService, Boolean)

Applies to