RelayTransportClient..::..OnMessageReceived Method
Handles the event when a message is received from a client.
Namespace:
com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public 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.