Contents

netServiceBrowserWillSearch(_:)

Tells the delegate that a search is commencing.

Declaration

optional func netServiceBrowserWillSearch(_ browser: NetServiceBrowser)

Parameters

  • browser:

    Sender of this delegate message.

Discussion

This message is sent to the delegate only if the underlying network layer is ready to begin a search. The delegate can use this notification to prepare its data structures to receive data.

See Also

Using Network Service Browsers