com.onlineobject.objectnet Namespace

Channel..::..GetConnectedClient Method

Gets the connected client with the specified connection ID.

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

Syntax


public NetworkClient GetConnectedClient(

	int connectionId

)

Parameters

connectionId
Type: Int32
The connection ID of the client to retrieve.

Return Value

The NetworkClient object with the specified connection ID, or null if not found.