CoherenceRelayManager
class in Coherence.Toolkit.Relay
Manages IRelay and IRelayConnections when using custom relayed transport, e.g. Steam.
Methods
CloseAndRemoveRelayConnection | De-registers a IRelayConnection. Should be called by the implementation of IRelay whenever a client connection is dropped. |
OpenRelayConnection | Registers a new IRelayConnection. Should be called by the implementation of IRelay whenever a new client connection is established. |