Click or drag to resize

PacketChangedEventArgsExtensions Methods

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