OpenRelayConnection
Methods
public void OpenRelayConnection(IRelayConnection connection)
Registers a new IRelayConnection. Should be called by the implementation of IRelay whenever a new client connection is established.
Parameters
| Type | Name | Description | 
|---|---|---|
| IRelayConnection | connection | New connection to be relayed to the Replication Server.  |