Contents

delegate

The custom object you use to respond to port-based connection attempts.

Declaration

weak var delegate: (any VZVirtioSocketListenerDelegate)? { get set }

Discussion

Your delegate object must conform to the VZVirtioSocketListenerDelegate protocol.

See Also

Responding to new connections