Class ChatMessageResponse
The responnse to a ChatMessage from the server.
[Serializable]
public class ChatMessageResponse : ChatSendable
- Inheritance
-
ChatMessageResponse
- Inherited Members
Constructors
ChatMessageResponse(bool, int)
public ChatMessageResponse(bool received, int retransmittedNTimes)
Parameters
Properties
Received
public bool Received { get; set; }
Property Value
- bool
If true means the server received the message correctly
RetransmittedNTimes
public int RetransmittedNTimes { get; set; }
Property Value
- int
If true means the server received the message correctly
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.