com.onlineobject.objectnet Namespace

ChannelBase..::..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.

Return Value

The connected client with the specified ID.