DotMSN

P2PMessage.AckTotalSize Property

Acknowledged total message length. Set when the message is an acknowledgement to a received message. Bytes 41-48 in the binary header.

[Visual Basic]
Public Property AckTotalSize As UInt64
[C#]
public ulong AckTotalSize {get; set;}

See Also

P2PMessage Class | XihSolutions.DotMSN.DataTransfer Namespace