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: 15.0.2.11458
Syntax
C#
public static class PacketChangedEventArgsExtensions

The PacketChangedEventArgsExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetData
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 methodStatic memberGetPacket
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 methodStatic memberTryGetData
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