com.onlineobject.objectnet Namespace

NetworkTransport..::..OnConnectedRelayServer Method

Sets the action to be invoked when a client is connected to the relay server.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public void OnConnectedRelayServer(

	Action<IPlayer> onReplayConnected

)

Parameters

onReplayConnected
Type: Action<(Of <(<'IPlayer>)>)>
The action to be invoked when a client is connected to the relay server.