Contents

netServiceBrowserDidStopSearch(_:)

Tells the delegate that a search was stopped.

Declaration

optional func netServiceBrowserDidStopSearch(_ browser: NetServiceBrowser)

Parameters

  • browser:

    Sender of this delegate message.

Discussion

When netServiceBrowser receives a stop() message from its client, netServiceBrowser sends a netServiceBrowserDidStopSearch: message to its delegate. The delegate then performs any necessary cleanup.

See Also

Related Documentation

Using Network Service Browsers