Delegate EOSTransportManager.OnIncomingConnectionRequestedCallback
- Namespace
- PlayEveryWare.EpicOnlineServices.Samples.Network
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
remoteUserIdProductUserIdThe id of the remote peer requesting the connection.
socketNamestringThe name of the socket for the requested connection.