NetworkEntity<(Of <(<'T, E>)>)>..::..Send Method
   Sends data with the specified event code and delivery mode.
   
                
    Namespace: 
   com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public void Send( int eventCode, DataStream writer, DeliveryMode mode )
Parameters
- eventCode
 - Type: Int32
The event code to send. 
- writer
 - Type: com.onlineobject.objectnet..::..DataStream
The data stream to send. 
- mode
 - Type: com.onlineobject.objectnet..::..DeliveryMode
The delivery mode, defaulting to Unreliable if not specified. 

