PacketChangedEventArgsExtensionsGetPacket Method |
Gets the packet received from the network that caused this event to be raised.
Throws an exception if the packet has already been read from the socket.
Namespace: Demo3D.NetAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
Remarks
The caller must Dispose the packet.
See Also