delegate
The delegate for the listener.
Declaration
weak var delegate: (any NSXPCListenerDelegate)? { get set }Discussion
If no delegate is set, all new connections are rejected. See the documentation for NSXPCListenerDelegate for implementation details.