com.onlineobject.objectnet Namespace

RelayTransportClient..::..Send Method

Sends data to the connected transport using the specified delivery mode.

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

Syntax


public void Send(

	byte[] data,

	DeliveryMode mode

)

Parameters

data
Type: array<Byte>[]()[][]
The data to send.
mode
Type: com.onlineobject.objectnet..::..DeliveryMode
The delivery mode (default is unreliable).