Channel..::..Send Method
Sends data to the connected client or server.
Namespace:
com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public void Send( byte[] data, DeliveryMode mode, ITransport transport )
Parameters
- data
- Type: array<Byte>[]()[][]
The byte array containing the data to send.
- mode
- Type: com.onlineobject.objectnet..::..DeliveryMode
The delivery mode for the data transmission.
- transport
- Type: com.onlineobject.objectnet..::..ITransport
The transport layer to use for sending data. If null, the default transport layer is used.