com.onlineobject.objectnet Namespace

IClient..::..Send Method (array<Byte>[]()[][], DeliveryMode)

Sends data to the server using the specified delivery mode.

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

Syntax


void Send(

	byte[] data,

	DeliveryMode mode

)

Parameters

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