DotMSN

NetworkMessage Class

Presents a single message which is retreived from the network, or can be send to the network.

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

System.Object
   XihSolutions.DotMSN.Core.NetworkMessage
      Derived types

[Visual Basic]
MustInherit Public Class NetworkMessage
[C#]
public abstract class 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.

Remarks

A NetworkMessage can represents many kind of messages: text messages, data messages, invitation messages, etc. These variations are captured in the descendants of NetworkMessage. NetworkMessage is an abstract class. It presents an abstraction which can be used when messages are send through message processors and message handlers.

Requirements

Namespace: XihSolutions.DotMSN.Core

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

See Also

NetworkMessage Members | XihSolutions.DotMSN.Core Namespace