ITransport..::..Send Method
   Sends data using the transport.
   
                
    Namespace: 
   com.onlineobject.objectnetAssembly: 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 for sending the data (Reliable/Unreliable). 

