com.onlineobject.objectnet Namespace

TransportEmbedded..::..Send Method

Sends data using the specified delivery mode.

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

Syntax


public virtual void Send(

	byte[] data,

	DeliveryMode mode

)

Parameters

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