com.onlineobject.objectnet Namespace

ChannelBase..::..Send Method

Sends data over the channel with specified delivery mode and transport.

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

Syntax


public void Send(

	byte[] data,

	DeliveryMode mode,

	ITransport transport

)

Parameters

data
Type: array<Byte>[]()[][]
The data to send.
mode
Type: com.onlineobject.objectnet..::..DeliveryMode
The delivery mode (default: Unreliable).
transport
Type: com.onlineobject.objectnet..::..ITransport
The transport to use (default: null).