Contents

XPCSession

A type that sends messages to a server process.

Declaration

class XPCSession

Overview

XPC sessions are stateful connections you use to send structured messages to a separate process. Once established, a session remains active until one side of the connection cancels it, at which point the system invalidates the connection.

Topics

Creating a session

Managing the life cycle

Sending messages

Initializers

Instance Methods

See Also

Interprocess communication