Namespace PlayEveryWare.EpicOnlineServices.Samples.Network
Classes
Delegates
- EOSTransportManager.OnConnectionClosedCallback
Called immediately before a fully opened remote peer connection is closed (closed either locally or remotely). Guaranteed to be called only if OnConnectionOpenedCallback was attempted to be called earlier for any given connection.
- EOSTransportManager.OnConnectionOpenedCallback
Called immediately after a remote peer connection becomes fully opened (opened both locally and remotely).
- 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.