MessageEventArgsMessageType Methods |
The MessageEventArgsMessageType generic type exposes the following members.
| 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.
| |
| 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.
|