DotMSN

P2PDCMessage Class

A P2P Message which is send in a direct-connection.

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

System.Object
   XihSolutions.DotMSN.Core.NetworkMessage
      XihSolutions.DotMSN.DataTransfer.P2PMessage
         XihSolutions.DotMSN.DataTransfer.P2PDataMessage
            XihSolutions.DotMSN.DataTransfer.P2PDCMessage
               XihSolutions.DotMSN.DataTransfer.P2PDCHandshakeMessage

[Visual Basic]
Public Class P2PDCMessage
    Inherits P2PDataMessage
[C#]
public class P2PDCMessage : P2PDataMessage

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

The innerbody contents are used as message contents (data). The InnerMessage object is ignored.

Requirements

Namespace: XihSolutions.DotMSN.DataTransfer

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

See Also

P2PDCMessage Members | XihSolutions.DotMSN.DataTransfer Namespace