PacketChangedEventArgsExtensions Class | 
Namespace: Demo3D.Net
public static class PacketChangedEventArgsExtensions
The PacketChangedEventArgsExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| GetData | 
            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.
              | |
| GetPacket | 
            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.
              | |
| TryGetData | 
            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.
              |