Table of Contents

Delegate EOSTransportManager.OnIncomingConnectionRequestedCallback

Called when a connection is originally requested by a remote peer (opened remotely but not yet locally). You may accept the connection by calling OpenConnection, or reject the connection by calling CloseConnection.

public delegate void EOSTransportManager.OnIncomingConnectionRequestedCallback(ProductUserId remoteUserId, string socketName)

Parameters

remoteUserId ProductUserId

The id of the remote peer requesting the connection.

socketName string

The name of the socket for the requested connection.