Contents

XPCListener.IncomingSessionRequest

A session request from a client that you accept or reject.

Declaration

class IncomingSessionRequest

Mentioned in

Overview

When a client initiates a connection to a listener, the system passes the incoming session request to the listener. In response, the listener calls one of the accept methods to complete the connection with the client, or it rejects the request.

Topics

Responding to client sessions requests

See Also

Creating a listener