MonoMac.Foundation.NSNetServiceBrowser Class
Network service browser for ZeroConf-provided services.
See Also: NSNetServiceBrowser
Syntax
[MonoMac.Foundation.Register("NSNetServiceBrowser", true)]
public class NSNetServiceBrowser : NSObject
public class NSNetServiceBrowser : NSObject
Requirements
Namespace: MonoMac.Foundation
Assembly: XamMac (in XamMac.dll)
Assembly Versions: 0.0.0.0
Assembly: XamMac (in XamMac.dll)
Assembly Versions: 0.0.0.0
The members of MonoMac.Foundation.NSNetServiceBrowser are listed below.
See Also: NSObject
Public Constructors
Default constructor that initializes a new instance of this class with no parameters. | ||
A constructor that initializes the object from the data stored in the unarchiver object. | ||
Constructor to call on derived classes when the derived class has an [Export] constructor. | ||
A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
Public Properties
[read-only] override | ClassHandle | IntPtr. The handle for this class. |
Delegate | NSNetServiceBrowserDelegate. An instance of the MonoMac.Foundation.NSNetServiceBrowserDelegate model class which acts as the class delegate. | |
WeakDelegate | NSObject. An object that can respond to the delegate protocol for this type |
Public Methods
Protected Methods
Public Events
DomainRemoved | Event raised by the object. | |
FoundDomain | Event raised by the object. | |
FoundService | Event raised by the object. | |
NotSearched | Event raised by the object. | |
SearchStarted | Event raised by the object. | |
SearchStopped | Event raised by the object. | |
ServiceRemoved | Event raised by the object. |