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.
The delegate for the receiver.
unowned(unsafe) var delegate: (any NetServiceDelegate)? { get set }The delegate must conform to the NetServiceDelegate protocol, and is not retained.