Click or drag to resize

PacketChangedEventArgsExtensions Class

Extensions to PacketChangedEventArgs.
Inheritance Hierarchy
SystemObject
  Demo3D.NetPacketChangedEventArgsExtensions

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public static class PacketChangedEventArgsExtensions

The PacketChangedEventArgsExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodGetData 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.
Public Extension MethodGetPacket 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.
Public Extension MethodTryGetData Gets the packet received from the network that caused this event to be raised. Returns null if the packet has already been read from the socket.
Top
See Also