Delegate EOSTransportManager.OnConnectionOpenedCallback
- Namespace
- PlayEveryWare.EpicOnlineServices.Samples.Network
Called immediately after a remote peer connection becomes fully opened (opened both locally and remotely).
public delegate void EOSTransportManager.OnConnectionOpenedCallback(ProductUserId remoteUserId, string socketName)
Parameters
remoteUserIdProductUserIdThe id of the remote peer that has been connected to.
socketNamestringThe name of the socket the connection has opened on.