PacketChangedEventArgsExtensionsGetData 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.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
Remarks
For byte stream protocols (eg TCP) this will return the data that has been received, which may not include all
the data that the peer has sent.
See Also