com.onlineobject.objectnet Namespace

ITransport..::..OnMessageReceived Method

Called when a message is received from a client.

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

Syntax


void OnMessageReceived(

	ITransportClient client,

	byte[] data

)

Parameters

client
Type: com.onlineobject.objectnet..::..ITransportClient
The client that sent the message.
data
Type: array<Byte>[]()[][]
The received message data.