NetworkClient..::..Send Method (DataStream, DeliveryMode)
   Sends data using the assigned channel and transport layer with the specified delivery mode.
   
                
    Namespace: 
   com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public void Send( DataStream writer, DeliveryMode mode )
Parameters
- writer
 - Type: com.onlineobject.objectnet..::..DataStream
The data stream to send. 
- mode
 - Type: com.onlineobject.objectnet..::..DeliveryMode
The delivery mode for the data transmission. 

