Contents

NSConnectionDelegate

An interface for interacting with low-level, interprocess connections.

Declaration

@protocol NSConnectionDelegate <NSObject>

Overview

The NSConnectionDelegate protocol defines the optional methods implemented by delegates of NSConnection objects.

Topics

Authenticating

Responding to a Connection

See Also

Legacy