NetworkSerializer Class Members
In This Topic
The following tables list the members exposed by NetworkSerializer.
Public Constructors
Public Properties
| Name | Description |
| BytesRequred | The number of additional bytes required to create the next packet. |
| HaveUnusedData | Indicates if there is any unused data in the network serializer |
| UnusedData | The unused data that has been provided to the serializer |
Top
Public Methods
| Name | Description |
| AppendData | Add more information to the serializer stream |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| ReadNext | Read the next network packets in the buffer |
Top
See Also