DotMSN

P2PDCPool Class

A pool for P2P Direct-connection messages.

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

System.Object
   XihSolutions.DotMSN.Core.MessagePool
      XihSolutions.DotMSN.DataTransfer.P2PDCPool

[Visual Basic]
Public Class P2PDCPool
    Inherits MessagePool
[C#]
public class P2PDCPool : MessagePool

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

This message pool will read in the first 4 bytes for the length of the message. And after that the lenth is read and inserted in a buffer.

Requirements

Namespace: XihSolutions.DotMSN.DataTransfer

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

See Also

P2PDCPool Members | XihSolutions.DotMSN.DataTransfer Namespace