Contents

delegate

The delegate for the receiver.

Declaration

unowned(unsafe) var delegate: (any NetServiceDelegate)? { get set }

Discussion

The delegate must conform to the NetServiceDelegate protocol, and is not retained.

See Also

Configuring Network Services