NetworkClient..::..Send Method (array<Byte>[]()[][], DeliveryMode)
Sends a byte array using the assigned channel and transport layer with the specified delivery mode.
Namespace:
com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public void Send( byte[] data, DeliveryMode mode )
Parameters
- data
- Type: array<Byte>[]()[][]
The byte array to send.
- mode
- Type: com.onlineobject.objectnet..::..DeliveryMode
The delivery mode for the data transmission.