Click or drag to resize

MessageEventArgsMessageType Methods

The MessageEventArgsMessageType type exposes the following members.

Methods
 NameDescription
Public methodTryGetPacket 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.
Public methodTryPeekPacket 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.
Top
See Also