com.onlineobject.objectnet Namespace

NetworkGlobalEvents..::..OnClientConnected Method

Called when a client successfully connects to the server.

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

Syntax


public void OnClientConnected(

	IClient client

)

Parameters

client
Type: com.onlineobject.objectnet..::..IClient
The client that has connected.