NetServiceDelegate
The interface a net service uses to inform its delegate about the state of the service it offers.
Declaration
protocol NetServiceDelegate : NSObjectProtocolOverview
The NetServiceDelegate protocol defines the optional methods implemented by delegates of NetService objects.
Topics
Using Network Services
netServiceWillPublish(_:)netService(_:didNotPublish:)netServiceDidPublish(_:)netServiceWillResolve(_:)netService(_:didNotResolve:)netServiceDidResolveAddress(_:)netService(_:didUpdateTXTRecord:)netServiceDidStop(_:)