Contents

VZVirtioSocketListenerDelegate

An interface you use to manage connections between the guest operating system and host computer.

Declaration

protocol VZVirtioSocketListenerDelegate : NSObjectProtocol

Overview

Adopt the VZVirtioSocketListenerDelegate protocol in a custom object and use it to accept or reject socket-based connection attempts from the guest operating system to the host computer. You may use the same object to manage connection attempts on multiple ports.

Topics

Accepting new connections

See Also

Responding to new connections