NetworkElementBase..::..RegisterNetworkPacket Method
Registers a network packet to the internal packet queue.
Namespace:
com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public void RegisterNetworkPacket( IDataStream packet )
Parameters
- packet
- Type: com.onlineobject.objectnet..::..IDataStream
The network packet to register.

