![]() |
Overloaded. Initializes a new instance of the MSNMessage class. |
![]() | Acknowledgement |
![]() | The command name. This is always a string composed of 3 characters. |
![]() | A list of all values after the initial command string. The values are all stored as strings. After construction this is an empty list. |
![]() | The inner body contents. Null if not present. |
![]() | The inner message object. Null if not present. |
![]() | The inner message object. Null if not present. |
![]() | The transaction identifier of this message. Only valid when the message is received from the notification server. |
![]() | Helper method. Appends one array to the other. The second parameter, appendingArray, can be null. In that case the original byte array is returned and no copy is made. |
![]() | Creates the networkmessage based on the inner contents of the parent message. It invokes the ParseBytes method to parse the inner body contents of the parent message. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Returns the command message as a byte array. This can be directly send over a networkconnection. Remember to set the transaction ID before calling this method. Uses UTF8 Encoding. |
![]() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Parses incoming byte data send from the network. This will set the command values and other properties of the class, depending on the message. |
![]() | Clears the Command and CommandValues when an innermessage is set. So the innermessage can set these properties. |
![]() | |
![]() |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
![]() | Called when the innermessage property is set. This sets the ParentMessage property on the inner message object |
![]() | Called when the parent message is set. This sets the InnerMessage property on the parent message object. |
MSNMessage Class | XihSolutions.DotMSN.Core Namespace