DotMSN

P2PMessage Class

Represents a single P2P framework message.

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

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

[Visual Basic]
Public Class P2PMessage
    Inherits NetworkMessage
[C#]
public class P2PMessage : 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.DataTransfer

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

See Also

P2PMessage Members | XihSolutions.DotMSN.DataTransfer Namespace