Packet |
public class PacketChangedEventArgs : MessageEventArgs<IPacketReader>
The PacketChangedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| PacketChangedEventArgs | Creates PacketChangedEventArgs. |
| Name | Description | |
|---|---|---|
| TryGetPacket |
Gets the message received from the network that caused this event to be raised.
Returns null if the message has already been read from the socket.
(Inherited from MessageEventArgsMessageType) | |
| TryPeekPacket |
Gets the message received from the network that caused this event to be raised.
Returns null if the message has already been read from the socket.
(Inherited from MessageEventArgsMessageType) |
| 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.
(Defined by PacketChangedEventArgsExtensions) | |
| 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.
(Defined by PacketChangedEventArgsExtensions) | |
| 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.
(Defined by PacketChangedEventArgsExtensions) |