DotMSN

MSNMessage Class

The base class for all messages which are directly send to, or received from the msn server. This class has the basic methods to perform bytearray to message and message to bytearray conversions. The SB and NS command messages are typical examples which use this class as their baseclass.

For a list of all members of this type, see MSNMessage Members.

System.Object
   XihSolutions.DotMSN.Core.NetworkMessage
      XihSolutions.DotMSN.Core.MSNMessage
         XihSolutions.DotMSN.Core.NotificationMessage
         XihSolutions.DotMSN.Core.NSMessage
         XihSolutions.DotMSN.Core.SBMessage
         XihSolutions.DotMSN.MobileMessage

[Visual Basic]
Public Class MSNMessage
    Inherits NetworkMessage
[C#]
public class MSNMessage : NetworkMessage

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: XihSolutions.DotMSN.Core

Assembly: XihSolutions.DotMSN (in XihSolutions.DotMSN.dll)

See Also

MSNMessage Members | XihSolutions.DotMSN.Core Namespace